-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
WDS Disconnecting with HTTPS #941
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
Comments
Might this be a duplicate of #851? |
@bseiller No, my issue is resolved on the removal of the |
Temporarily resolved by mounting onto a self-signed Still an issue worth resolving entirely. |
I seem to be getting a very similar, if not exact, issue with https enabled. When reloading the page I'll get between zero to four Race condition perhaps? Chrome: 59.0.3071.109 (latest) |
@jayryemure sounds about right! At first I thought it may have been an issue with the SSL certificate that is generated for the instance but if it eventually settles and remains connected, then that probably isn't it. |
@callensm If I throttle the network under |
fixes issue with reconnect on Chrome 58+ webpack#941
fixes issue with reconnect on Chrome 58+ webpack#941
fixes issue with reconnect on Chrome 58+ webpack#941
I don't know if I am experiencing the issue with subjectAltName, but I am experiencing the same symptoms in Chrome 59.0.3071.115. There seems to be a weird workaround, which is to switch to another tab before the page starts refreshing, and switching back after it's done refreshing (when the favicon is no longer a loading icon). |
Since this was asked before we started enforcing the issue template question notice...
... we let this stay up here for discussion. However, we're going to close due to inactivity. Please do try StackOverflow or the Webpack Gitter. |
Running WDS version: 2.4.5
I'm currently running my
React
application from thewebpack-dev-server
using the following configuration file:The problem I'm running into is that while the
https
flag forWDS
is set totrue
, the application continuously throws an error:and immediately refreshes the page. (maybe once a second or two)
When
https
is set tofalse
this doesn't happen, but I need the application to run withhttps
on. I've seen this as an issue on the github issues section forwebpack
but cannot seem to find a clear, straight answer as the why this is happening and how to fix it.The closest thing I've seen to an explanation is that its due to a mismatch or incomplete handshake between websockets and the dev-server itself. In case I'm able to use it to fix the issue, I have the dev-server's
server.pem
file extracted from the node module package.The text was updated successfully, but these errors were encountered: