-
Notifications
You must be signed in to change notification settings - Fork 38
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
Trouble customizing socket namespace #87
Comments
have the same issue but without HTTPS... Have no clue how to resolve it... |
Same as for @cajoy. |
shakyShane
added a commit
to BrowserSync/browser-sync
that referenced
this issue
Feb 8, 2015
shakyShane
added a commit
to BrowserSync/browser-sync
that referenced
this issue
Feb 8, 2015
Please see: BrowserSync/browser-sync#690. You can now explicitly set just the domain for the socket connection. To get this fix within the grunt plugin, you'll need to npm rm grunt-browser-sync && npm i grunt-browser-sync |
This was referenced Oct 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to figure out a way to support HTTPS development and are running into an issue. The hacky solution we've worked up is to always run the proxy since it supports HTTPS so we can grab the secure reload snippet. Then we paste that into our code. That part works fine and the source of the browser sync script looks correct.
Where we're getting hung up is the socket namespace to keep it pulling from localhost and not the local virtual host URL. We are settings the following:
It appears to load everything correctly looking at the net panel but the response to one of the subsequent responses is below:
Hope that makes sense. Any ideas?
The text was updated successfully, but these errors were encountered: