The Internet Archive Switches To HTTPS Connections By Default
An anonymous reader writes "The Internet Archive today announced it has enabled HTTPS connections by default on archive.org and openlibrary.org. The organization today also revealed it now sees over 3 million users per day. Both sites are still accessible over HTTP connections. Since the Wayback Machine is hosted on archive.org, it also follows the same rules: the secure version is used by default, but you can use the http version which will help load certain complicated webpages."
If Facebook and Twitter and Gmail as well as the not-for-profit Internet Archive and Wikipedia can use HTTPS by default, why doesn't everyone? Why, for instance, does Slashdot require a paid subscription in order not to redirect HTTPS hits to HTTP, revealing the logged-in user's session ID to anyone with a Firesheep-like tool?
Why is this news?
All the sites I work on rewrite any http url request to https because there's absolutely no reason not to.
The main thing holding back HTTPS is advertisements. Browsers (especially IE) complain if your encrypted page includes unencrypted content (like iframes served from a a third party ad server) and rightly so. Google can get away with it because they serve their own ads, and Wikipedia doesn't have any ads. Arstechnica ran an article a few years back describing the reasons why they couldn't switch to HTTPS by default, but most of it boils down the fact that they can't get rid of the third party content in their pages.
Wouldn't it be beneficial to various sites to switch to HTTPS-only as we know today that NSA might be doing MiTM wiretapping even though we supposedly are communicating over "trusted" big-telco networks?
Browsers (especially IE) complain if your encrypted page includes unencrypted content (like iframes served from a a third party ad server) and rightly so. Google can get away with it because they serve their own ads
Then use the ads that Google serves. A month ago, Google announced HTTPS support for AdSense.
This is nice to, say, stop Comcast from spying on the details of what you view for resale to behavioral trackers and marketers. Given the compromise of the SSL cert authorities, governmental entities can transparently man-in-the-middle the SSL session anyway so we only get part of what we'd like to achieve.
HTTPS by default is nice, except for WiFi hotspots, where the authentication system intercept your first HTTP request. This cannot be done with HTTPS, which means that people with an always HTTPS home page will never auto-connect. I wonder if there will ever be a solution to that.
This makes loads of sense. On a related note, my web host recently disabled https connections to the control panel & webmail. They also just last month removed support for SFTP (without notice). When I contacted support to ask why this had been done, their response was "for security reasons". It's pretty clear whose "security" they have in mind.
Can anyone recommend a secure, non-US web host?
SSL strip (Moxie Marlinspike) or some suped up variant is being used for sure, the NSA has the ultimate MITM so of course they strip.
"If any question why we died, Tell them because our fathers lied."
HTTP that (S)queals to the NSA.
The mind conceives, the body achieves, the spirit manifests.
I browse with SSLv3 disabled... and https://archive.org/ only supports SSLv3... why? Most webservers have supported TLS 1.1/1.2 for ages now.. right?
n/t
I accidentally read the title of this article as "The Internet switches to HTTPS connections by default". That would have been nice.
while providing them with no value
The value is more visits from viewers who trust a site more because their sessions won't get hijacked.
And it's not just a one-time certificate purchase, it's a bunch more powerful servers to do this encryption
You mean 1% more powerful? On a site that isn't just a bunch of static pages, the server power needed by the web application usually outweighs the server power needed by HTTPS on the front end servers. The question becomes whether trust from users is worth this 1%.
HTTPS for everything is/would be a total pain for companies that currently use caching proxies. Of course its needed for personal or financial data etc but for truly public things (news websites, public text content e.g Slashdot ) proxy usage can save loads of bandwidth for companies. We save 10 - 20% of bandwidth using this. Not to mention faster load times for popular sites. HTTPS is just a waste for public content.