zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

remotedev.io certificate has expired #139

Open elviswolcott opened 4 years ago

elviswolcott commented 4 years ago

I've been getting WebSocket connection to 'wss://remotedev.io/socketcluster/' failed: Error in connection establishment: net::ERR_CERT_DATE_INVALID when not using a local server.

Viewing remotedev.io in the browser also gives a certificate error and it seems to have expired over two months ago.

remotedev_cert

d-franklin commented 4 years ago

The website is working for me, but the websocket is throwing the same error.

I've managed to fix this issue by using fiddler as a work around.

elviswolcott commented 4 years ago

@d-franklin does the site work if you connect over https?

I have found that using the remotedev local server is the easiest workaround.

https://remotedev.io/

d-franklin commented 4 years ago

@elviswolcott It turns out I had security software intercepting the HTTPS request and generating their own cert. Which explains why it was working for the site but not WSS.

I checked today and I get exactly the same error as you, expired cert.

I have found that using the remotedev local server is the easiest workaround.

Unfortunately I cant use the local dev server, although I agree it's the best solution. I could use something like ngrok but in my case it's overkill.

Using a proxy to intercept the request and fix cert issues in my case is the easiest way to fix the problem, although RemoteDev plugin throws error occasionally but it's works 80% of the time.

XOKP commented 4 years ago

The SSL certificate has expired since Dec 31st, 2019.

https://www.sslshopper.com/ssl-checker.html#hostname=https://remotedev.io/

Common name: remotedev.io SANs: remotedev.io Valid from October 2, 2019 to December 31, 2019 Issuer: Let's Encrypt Authority X3

jacksteamdev commented 3 years ago

@zalmoxisus Is there something that can be done about this? How can we help?

rendomnet commented 3 years ago

any updates?