ritwickdey / vscode-live-server-plus-plus

VsCode Live Server++ : It's Truly Live 😊 (BETA) -- [NOT RELEASED YET]
MIT License
515 stars 318 forks source link

HTTPS only works on local machine #46

Open OfficialMichaelK opened 1 year ago

OfficialMichaelK commented 1 year ago

Live Server works just fine over HTTP on my local machine. I can access the port from other devices on my local network as well using my local IP:Port.

Following the provided directions on setting up HTTPS, i am ONLY able to access the secure server on a browser on the same machine as my vscode. I am no longer able to access my IP:Port from any other device on my local network.

The reason I need the SSL at all is because my Oculus browser requires it for accessing local servers. Otherwise, HTTP would suffice on my other devices.

Fendygemini commented 10 months ago

Wah