Hacker News new | ask | show | jobs
by sva_ 952 days ago
If there is no reason for it, then that is a reason against it. Regular people probably don't use Tor.
1 comments

There's an annoying practical reason to use HTTPS on Tor: some browser features are gated on the page being served from an HTTPS origin. Some of them (like geolocation and payment requests) are likely to be irrelevant to most Tor users, but others (like HTTP2 and Web Crypto) are more generally relevant.

https://developer.mozilla.org/en-US/docs/Web/Security/Secure...

Mind you, most of these TLS-origin-requiring features are only accessible through Javascript APIs — and so won't be used by any "zero trust" Tor hidden services (which must assume the client's Javascript is disabled) anyway.