You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to use python-cas on a CAS server with encryption using verify_ssl_certificate=False. Setting this to True results in an SSL error requests.exceptions.SSLError: HTTPSConnectionPool(host='cas.mycasservice.de', port=1234): Max retries exceeded with url: /cas/p3/serviceValidate?ticket=ST-177-7IxoBa-9TF4zpU0iwgZ4cA2kG-4-630f0a9f0295&service=http://localhost:5000/login?next=%2Fprofile (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)')))
because (I think) I haven't provided the certificate. Where can I configure this?
The text was updated successfully, but these errors were encountered:
Hi,
I managed to use python-cas on a CAS server with encryption using
verify_ssl_certificate=False
. Setting this to True results in an SSL errorrequests.exceptions.SSLError: HTTPSConnectionPool(host='cas.mycasservice.de', port=1234): Max retries exceeded with url: /cas/p3/serviceValidate?ticket=ST-177-7IxoBa-9TF4zpU0iwgZ4cA2kG-4-630f0a9f0295&service=http://localhost:5000/login?next=%2Fprofile (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)')))
because (I think) I haven't provided the certificate. Where can I configure this?
The text was updated successfully, but these errors were encountered: