Open elviswolcott opened 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.
@d-franklin does the site work if you connect over https?
I have found that using the remotedev local server is the easiest workaround.
@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.
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
@zalmoxisus Is there something that can be done about this? How can we help?
any updates?
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.