stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Forcing HTTPS instead of HTTP for ngrok

Open NoCrypt opened this issue 2 years ago • 3 comments

For security reason.

NoCrypt avatar Nov 11 '22 01:11 NoCrypt

are there any possible usability downsides for this

AUTOMATIC1111 avatar Nov 11 '22 12:11 AUTOMATIC1111

are there any possible usability downsides for this

as far as I test, there's no downsides for usability

from the pyngrok docs:

ngrok’s default behavior for http when no additional properties are passed is to open two tunnels, one http and one https. pyngrok’s connect method will return a reference to the http tunnel in this case. If only a single tunnel is needed, pass bind_tls=True and a reference to the https tunnel will be returned.

NoCrypt avatar Nov 11 '22 13:11 NoCrypt

Fixed merge conflict

NoCrypt avatar Nov 11 '22 14:11 NoCrypt

+1

backnotprop avatar Nov 23 '22 04:11 backnotprop