-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SSLCertVerificationError #100
Comments
Can't help you with that one. Talk to your IT about getting the correct SSL cert. |
Note there are pros and cons. Once you have the cert, you'll get the error whenever you go off VPN, I believe. |
Thank you for the quick response. |
@thodson-usgs recently I started getting SSL certification errors (during automated tests on GitHub for from dataretrieval import nwis
nwis.get_pmcodes('elevation') I get
This is in spite of not changing the environment I was using. I even tried creating a fresh environment for
Is it something related to the USGS server? |
Are you on the NOAA network? Have you tried it off network? My first thought is that NOAA has changed its SSL cert and you need to update it in order to work on the network? A simple test would be to |
Tested, and I also get an SSL error on colab. |
I'm testing outside NOAA's network. The issue shows up on GitHub actions as well. See errors in https://github.com/oceanmodeling/searvey/actions/runs/5466143325/jobs/10038714613?pr=92 I'll try CoLab as well Update |
I'll take a look too |
@thodson-usgs and @SorooshMani-NOAA there's something going on with the SSL certificate for sure. The webservice itself is functional as links like this one do work: https://help.waterdata.usgs.gov/code/parameter_cd_nm_query?parm_nm_cd=00060 As you both saw, the fetching of data via Python's For the Python |
SSL is a perennial issue, so that's probably a good idea whatever the outcome. |
Ok, will plan to add that functionality. @SorooshMani-NOAA and @thodson-usgs I've been informed that the SSL certificate issue has been fixed - locally I was able to confirm that I no longer get this error. |
@elbeejay, the issues seems to be resolved from GitHub tests side as well. Thanks for following up! |
I tried to download data for a couple of locations and saw the SSLCertVerificationError. I am not sure how to get around this issue.
Sincerely
~A
Edit: Just checked and this happens when I am using a VPN only.
The text was updated successfully, but these errors were encountered: