-
Notifications
You must be signed in to change notification settings - Fork 8
DMSP SSUSI certificate verify failed #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for reporting the issue. It is partially resolved by setting the verification to False. You can test it after upgrading the package to v0.8.13. |
Thanks for your work, I just tested it and had the following problem: Load IGRF coefficients ... I just started using C:\dmsp to store data and had the above problem, I am now using D:\dmsp and still have the same problem. |
Please update the package to v0.8.14. The above issue should be solved. |
Hi, I want to get an image of the DMSP SSUSI aurora so I tried to run the tutorial you provided: Example 4: Mapping geospatial data in the polar map. but I encountered the following problem:
HTTPSConnectionPool(host='ssusi.jhuapl.edu', port=443): Max retries exceeded with url: /data_retriver/?spc=f16&type=edr-aur&Doy=251&year=2015 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1020)')))
ERROR: The data source cannot be docked.
Check the built-in sourced data using the method: "list_sourced_dataset".
Or, add a temporary or user-defined dataset by the method of "add_dataset".
.......
So I added disable certificate validation:
import os
os.environ['REQUESTS_CA_BUNDLE'] = ''
os.environ['SSL_CERT_FILE'] = ''
But the problem still exists.
Am I going to have to register at this page: https://ssusi.jhuapl.edu to get the data, I just registered and I guess it will be a while before I get an account.
The text was updated successfully, but these errors were encountered: