urllib3 CERTIFICATE_VERIFY_FAILED on some sites with valid certificates urllib3 CERTIFICATE_VERIFY_FAILED on some sites with valid certificates kubernetes kubernetes

urllib3 CERTIFICATE_VERIFY_FAILED on some sites with valid certificates


I cannot reproduce this on the python 3.6 docker image. Are you possibly using a slim or alpine image that does not have a cert bundle pre-installed?


I think it may be a slimmed down version of linux. I installed pyopenssl and ndg-httpsclient and it now works.