Hello,
I have a tests thredds server that running inside our VPN that is
configured to use basic user authentication and TLS/SSL encryption
using a self-signed certificate. This works fine for connecting with
a browser by pushing through the certificate warnings, but when I
try to access the data in Python using pydap I get:
ssl.SSLCertVerificationError:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:
self-signed certificate (_ssl.c:1000)
At the end of the
traceback. Does anyone know of a way around this?
Again, this is just for trying out the test server which is only
locally accessible. When we move this to production we will use a
proper CA certificate.
Thanks,
Jim