You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design as your server is not HTTP/S from the start, you should tell the proxy server to redirect all traffic to HTTP/S (which I think is not possible in ngrok).
In theory I could create another http-only tunnel under the same address which redirs everything to https.
Wouldnt it be much easier if your post-login redir used an inherited protocol schema ://whatever instead of http://whatever? That way you'd never switch protocols.
In theory I could create another http-only tunnel under the same address which redirs everything to https.
Wouldnt it be much easier if your post-login redir use an inherited protocol schema ://whatever instead of http://whatever? That way you'd never switch protocols.
code-server
version: 2.1692-vsc1.39.2Description
When tunneling default 8080 to an SSL endpoint, after logging in (via https) the app redirs to http. Have to manually type https to make it work.
Steps to Reproduce
ngrok http -bind-tls=true 8080
Expected: redir keeps https as the protocol
Result: redir changes the protocol to http (which is not served and results in a blank page)
The text was updated successfully, but these errors were encountered: