Open eduardmerino opened 2 weeks ago
This can also be reproduced by using curl:
curl -I http://nginx.***.ts.net
curl: (7) Failed to connect to nginx.***.ts.net port 80 after 17 ms: Couldn't connect to server
The HTTPS redirect is probably done by your browser (Firefox also does this for me on Debian).
EDIT: Related: https://github.com/tailscale/tailscale/issues/11330
Description
I'm experiencing an issue where the HTTP to HTTPS redirection is not functioning on mobile browsers. This works fine on desktop browsers, but it fails to redirect correctly when accessing any of my sites using my iPhone.
Steps to Reproduce
http://yourdomain.funnyname.ts.net
.https://yourdomain.funnyname.ts.net
as expected and it shows ERR_CONNECTION_FAILED.Additional Information
Any insights or assistance with this would be appreciated!