raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
52 stars 30 forks source link

Certificate for fdsnws.raspberryshakedata.com is expired, causing inventory fetch to fail on startup. #52

Closed Lallirafn closed 2 months ago

Lallirafn commented 1 year ago

Certificate for fdsnws.raspberryshakedata.com is expired, causing inventory fetch to fail on startup. This messes up deconvolve (i think its called) and i get only counts instead of mm/sec on the graphs.

Do you have contacts at raspberryshake to ask them to fix the letsencrypt config and renew the certs?

image image

image

Lallirafn commented 1 year ago

when calling from a browser it sometimes correctly redirects to https://data.raspberryshake.org/fdsnws/station/1/query?network=AM&station=........................... maybe time to fix the url call in the source?

Lallirafn commented 1 year ago

confirmed. but when changed to data.raspberryshake.org this warning is displayed instead: image

iannesbitt commented 1 year ago

It looks like the letsencrypt certificate for fdsnws.raspberryshakedata.com was renewed. Can you confirm this problem still exists?

Lallirafn commented 1 year ago

the certificate has been renewed so the original error is resolved, but the url is redirected to https://data.raspberryshake.org/fdsnws/station/1/query?network=AM&station=(REMOVED)&level=resp&nodata=404&format=xml where the dataformat for the XML is 1.2 and ObsPy throws a warning: ".....\miniconda3\envs\rsudp\lib\site-packages\obspy\io\stationxml\core.py:98: UserWarning: The StationXML file has version 1.2, ObsPy can read versions (1.0, 1.1). Proceed with caution."

iannesbitt commented 1 year ago

This is a message generated by Obspy, and it should be safe to ignore. Per obspy/obspy#3153, a fix for this has been merged into their maintenance branch and should be released soon. The schema difference should not affect rsudp's performance.

dmitryint commented 2 months ago

We will close this issue but feel free to re-open it if you think that we missed something.