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 6455244Copy full SHA for 6455244
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