I am using the JupyterLab on this website to try and grab images. I used this script ~2 years ago and it worked. Most of the script still works, the only issue is when I try to actually download the images I get
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)
It seems like the exact command of issue is
self._sslobj.do_handshake()
in /data0/sw/anaconda3/lib/python3.8/ssl.py
Any advice would be appreciated.