Skip to content

Certificate error while retrieving data #19

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

Open
shifanakoya opened this issue Mar 17, 2025 · 1 comment
Open

Certificate error while retrieving data #19

shifanakoya opened this issue Mar 17, 2025 · 1 comment

Comments

@shifanakoya
Copy link

Hi
I was trying to display recent events eg- 2024-10-09 02:36
But getting certificate error, could u help it!

Image
Image

requests.exceptions.SSLError: HTTPSConnectionPool(host='ssd.jpl.nasa.gov', port=443): Max retries exceeded with url: /api/horizons.api?format=text&EPHEM_TYPE=VECTORS&OUT_UNITS=AU-D&COMMAND=%22SOHO%22&CENTER=%27500%4010%27&CSV_FORMAT=%22YES%22&REF_PLANE=ECLIPTIC&REF_SYSTEM=ICRF&TP_TYPE=ABSOLUTE&VEC_LABELS=YES&VEC_CORR=%22NONE%22&VEC_DELTA_T=NO&OBJ_DATA=YES&TLIST=2460592.7592320642 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))

@johan12345
Copy link
Owner

Your system seems to not trust the SSL certificate of the Horizons web server (https://ssd.jpl.nasa.gov/horizons/). You may be able to update your list of trusted certificates with pip install --upgrade certifi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants