EIDA / userfeedback

This repository is meant to collect feedback from EIDA users by means of its Issue Tracker
11 stars 5 forks source link

[Service] Problem with the Auth service at LMU #20

Closed javiquinte closed 5 years ago

javiquinte commented 5 years ago

The "auth" method on LMU seems not to be working. It was tested with Obspy and with fdsnws_fetch without success.

Obspy:

Error while downloading: https://erde.geophysik.uni-muenchen.de/fdsnws/dataselect/1/auth

fdsnws_fetch:

retrying https://erde.geophysik.uni-muenchen.de/fdsnws/dataselect/1/auth (2) after 60 seconds due to <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1051)> retrying https://erde.geophysik.uni-muenchen.de/fdsnws/dataselect/1/auth (3) after 60 seconds due to <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1051)>

We run exactly the example in the README from this repository.

However, I still can run the fdsnws_fetch example from my Mac successfully, but not the Obspy. In Linux I cannot get data from you with any method.

javiquinte commented 5 years ago

The cause was the update of the LMU web server certificates. The IT Department of LMU worked on the problem and now everything works.