Hacker News new | ask | show | jobs
by bberenberg 1806 days ago
httpforever.com is the one I use. https connection gets redirected to http to ensure that it gets captured.
1 comments

I think you're misunderstanding the GP. The HTTPS connection will not be redirected when you are behind a captive portal, you'll receive an invalid certificate error (when the captive portal tries to serve itself at that address) or the website will simply not respond. Only if the HTTPS response is cached in your browser would the redirection work behind a captive portal.
You’re 100% right, thanks for the correction.