TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why are so few links posted as https?

15 pointsby ejralmost 11 years ago
I&#x27;ve been lurking for quite a while now and noticed that even though many of the sites linked support SSL connections, not many are posted as https.<p>In the comments too most people still post http. Ex: The Wikipedia links everyone seems to love.<p>Is this just because of old habits or do people use plugins that force https in the background?

4 comments

Someone1234almost 11 years ago
I suspect the search engines (Google, Bing, DDG) could do a huge amount to combat this if they so wished.<p>Just check if the HTTP and HTTPS site returns near identical results (e.g. same title, response code, etc) then link to the HTTPS version by default.<p>A lot of links that get posted are directly taken (ultimately) from search engine results. Someone will search, view the page, then copy&#x2F;paste it to others.
评论 #8021048 未加载
评论 #8021076 未加载
MattBearmanalmost 11 years ago
I suspect the problem is that http is still the default. If you type a url without a protocol into a browser, it goes to <a href="http://[url]" rel="nofollow">http:&#x2F;&#x2F;[url]</a><p>So unless the site in question is set up to redirect http requests to https, most links will be http.<p>I wonder if browsers should always try https first if no protocol is specified? But then as has been pointed out before on here, there&#x27;s no guarantee that the http and https versions of the same url will have the same content.
评论 #8021092 未加载
评论 #8020705 未加载
评论 #8021054 未加载
theandrewbaileyalmost 11 years ago
I use HTTPS Everywhere, so even if links are posted as HTTP, I will be directed to HTTPS for sites that support it. It rewrites the URL browser side, so there&#x27;s never an HTTP 426.<p><a href="https://www.eff.org/https-everywhere" rel="nofollow">https:&#x2F;&#x2F;www.eff.org&#x2F;https-everywhere</a>
DanBCalmost 11 years ago
I don&#x27;t care. SSL is probably good enough for a few pages that I want protected and I don&#x27;t care about the rest. I haven&#x27;t thought about it. If people express a strong preference either way I&#x27;ll try to remember.
评论 #8024794 未加载