Facebook Switching To HTTPS By Default
Trailrunner7 writes "Facebook this week will begin turning on secure browsing by default for its millions of users in North America. The change will make HTTPS the default connection option for all Facebook sessions for those users, a shift that gives them a good baseline level of security and will help prevent some common attacks. Facebook users have had the option of turning on HTTPS since early 2011 when the company reacted to attention surrounding the Firesheep attacks. However, the technology was not enabled by default and users have had to opt-in and manually make the change in order to get the better protection of HTTPS."
Would be helpful if I didn't need a password to read the linked article.
I can't believe this would be considered news? Facebook figures out how to do a redirect to a HTTPS page. No wonder their IPO was a flop... It will be amazing if they are here in a year.
The proper link is:
https://threatpost.com/en_us/blogs/facebook-enabling-https-default-north-american-users-111912
wonder what the implications are from a power consumption perspective?
Anybody know if facebook is using any hardware SSL acceleration? Or is throwing more commodity CPUs at it the better choice?
Twitter did it a while back. Facebook finally jumped on the bandwagon. Now if only ChatRoulette would follow suit, I could finally bare every detail of my life to strangers without fear of prying eyes.
How can I believe you when you tell me what I don't want to hear?
Of course, the biggest security vulnerability is on one end of the connection, and the biggest threat to privacy is on the other. HTTPS won't help much for those.
You do not have a moral or legal right to do absolutely anything you want.
I think you should see it the other way around. For me HTTPS is more about privacy than security... Having my connection encrypted prevent my company, ISP, governments or any routers between to know what I'm doing. Security is usually, as you said, related to your computer or the web site getting hacked or not. IMO the web should https by default.
This is really sad news. My driftnet/webcollage screen in my living room will get boring if it gets starved of all the neighbours' Facebook activity. https is killing all the fun!
Maybe they just want to make it harder for 3rd parties to see their traffic. Browsers won't show https url's as a referer, so advertisers can't audit their click rates.
Facebook doesn't want anybody else stealing your data.
Glad the populace on there will enjoy HTTPS as I have been explicitly been using for years now. I never wanted my pesky network admins sitting on the wire and watching what I post when I am at work ... errrrr on break ... errr I mean ...
-- Brought to you by Carl's JR
They still encourage you to air all your soon-to-be-former-friends' laundry and sell their identities for entertainment.
Will https add any latency to site navigation?
Why OpalCalc is the best Windows calc
Except, if you are at the end of a corporate proxy, your encrypted session can be easily eavesdropped on .. link
AccountKiller
Last year I succumbed to Facebook's nagging and I finally opted to raise my security to the HTTPS setting. Largely to shut it the @#$% up.
Nagging was worse than ad-supported software.
However once I did that my troubles began. None of the games I played would run under the HTTPS and instructed me to drop back to the HTTP security. However once I did that, Facebook was nagging me "Did I really want to do that?" and "Are you certain that this is wise? The higher security is better to protect your identity".
After several attempts I gave it up and left it at the HTTPS setting. Haven'y played a Facebook game or ran a Facebook app since.
So my question is...what's going to happen to all the people who are addicted to all the apps and games? Will they *finally* run under the higher security setting? Or are we going to hear the wailing and gnashing of teeth as people start going into withdrawal when they can't check on their farms to see if they got the magical macguffin of the week?
[I didn't notice that my comp was logged off of my account and posted it as an anon-coward]
-- Wiccan Army, 13th Airborne Division "We will not fly silently into the night"
Britney Braindead:
"OMG peepz Justin Bieber is on the morning show... switch channels RIGHT NOW!!!"
2 minutes ago
SSL... is it really necessary?
A few things that may help on Palemoon and Firefox :
Make sure SSL pages gets cached,
browser.cache.disk_cache_ssl;true
Pipeline the SSL too,
network.http.pipelining.ssl;true
TorBrowser uses this,
security.ssl.enable_false_start;true
And as always, reduce some traffic bloat,
dom.storage.enabled;false
gfx.downloadable_fonts.enabled;false
browser.chrome.image_icons.max_size;16
general.useragent.override;Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20100101 Firefox/9.0
If you want, at the cost of stickier browser-fingerprint,
image.http.accept;*
HTTPS content can be cached in the browser, and why not?
You can expect to lose proxy caching though.
(Unless your corporate proxy is kind enough to decrypt your traffic and then cache it...)