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)’)))