Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59d594 commit 08ca1a8Copy full SHA for 08ca1a8
README.md
@@ -109,3 +109,9 @@ python -c "import ssl; print ssl.OPENSSL_VERSION"
109
```
110
111
You'll need a version with OpenSSL version 1.0.0 or later.
112
+
113
+### Hostname doesn't match
114
115
+If you get an ssl.CertificateError complaining about hostname match, your installed packages does not meet version [requirements](requirements.txt).
116
+Specificly check ipaddress and urllib3 package versions to make sure they met requiurments in [requirements.txt](requirements.txt) file.
117
0 commit comments