Https disabled but still getting SSL certification validation failed error

Hi,
I am trying to launch tutor in kubernetes using tutor k8s quickstart command .For the first question about production or local deployment question I gave “Y” and the last quetsion regarding enable https i gave “N”. Even after disabling https I get below SSLCertValidation failed error.

File “C:\WPy64-3940\python-3.9.4.amd64\lib\site-packages\urllib3\util\retry.py”, line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘removed host name displayed’, port=6443): Max retries exceeded with url: /apis/batch/v1/namespaces/openedx/jobs (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)’)))

Hey,
Did you manage to figure out how to solve this? I’m encountering the same problem

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.