-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Https and open ui > panel empty (no url) #1152
Comments
Same problem here. UI doesn't honour
Obviously it misses the protocol there. |
@mehdivk Hi, do you use Browsersync CLI too ? |
@MWDavidH No. I'm using it via Webpack. |
Thanks all. This was actually caused by a run-time generated file (that includes socket URLS etc) being cached by the browser. I've fixed it in browser-sync@2.18.3 - but you'll need to do a 'hard' reload on the UI to get the new resources, from then onwards it will not happen again. 👍 |
Hi @shakyShane and thanks for this fix. |
Did you completely clear your browser cache? Easiest way is to open dev tools, click disable cache & then reload |
Yes i clear my brwoser cache, but I use Gulp shell to open my website and the UI panel, with task |
@shakyShane I remember there was a Weinre console debug. I can't see it in ui panel, and can't access it with weinre default port 8080 or with url (https://192.168.1.206:8080, or http://192.168.1.206:8080). Do you know where I can find it ?. |
👋 I'm experiencing the same problem with v2.24.6. The Browsersync config is proxying an https site and I'm providing self-signed SSL cert/key. Error I'm getting in the console is:
Could this be something with Chrome blocking self-signed certs? |
@t-kelly Chrome was refusing my self-signed cert until I added Subject Alternative Name to the certificate so I could run somedomain.local locally. I'm using 2.24.7 and I experience the same thing in the console with the following configuration:
For me, the UI will only load over http but I can see from the console that it's requesting https. Here it is just running as localhost: Is something up with my configuration? |
Issue details
how can I have panel and https together ?
I have a problem with '--https' and ' --open ui' option
I can't have them together
Steps to reproduce/test case
run
gulp bs
https://localhost:3000/app_dev.php/
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
The text was updated successfully, but these errors were encountered: