`with python 3.12 i got the error as
SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000)')
But with python 3.9 its working fine( its got successful)
libraries version i have for python 3.9:
pyasn1 -0.4.8 pyOpenSSL -20.0.1
requests -2.23.0
libraries version i used for python 3.12
pyasn1 – 0.6.0
pyOpenssl – 24.1
requests – 2.31.0
Is there anything has chnaged between these versions wtr ssl verification