From 64552448f32b86f25005c1bd1c25fe13934ac304 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 14 Mar 2017 13:31:39 -0700 Subject: [PATCH] Update README.md with ssl hostname troubleshooting [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8b5086ae4b..bacf7eb77d 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,9 @@ python -c "import ssl; print ssl.OPENSSL_VERSION" ``` You'll need a version with OpenSSL version 1.0.0 or later. + +### Hostname doesn't match + +If you get an `ssl.CertificateError` complaining about hostname match, your installed packages does not meet version [requirements](requirements.txt). +Specifically check `ipaddress` and `urllib3` package versions to make sure they met requirements in [requirements.txt](requirements.txt) file. +