-
Notifications
You must be signed in to change notification settings - Fork 139
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
remotedev.io certificate has expired #139
Comments
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.
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 |
@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.
The text was updated successfully, but these errors were encountered: