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.
2 parents e59d594 + 6455244 commit 74a64d7Copy full SHA for 74a64d7
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
+Specifically check `ipaddress` and `urllib3` package versions to make sure they met requirements in [requirements.txt](requirements.txt) file.
117
0 commit comments