Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a64d7

Browse files
authored
Merge pull request kubernetes-client#158 from mbohlool/master
Update README.md with ssl hostname troubleshooting [ci skip]
2 parents e59d594 + 6455244 commit 74a64d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,9 @@ python -c "import ssl; print ssl.OPENSSL_VERSION"
109109
```
110110

111111
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

Comments
 (0)