Firefox 37 comes with HTTP encryption

For discussions about security.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Firefox 37 comes with HTTP encryption

#1 Post by labbe5 »

http://www.omgubuntu.co.uk/2015/03/fire ... w-features

Other changes include:
•HTTPS for secure searching on Bing
•Improved protection against site impersonation
Support for encryption traffic over HTTP/2 AltSvc
•Media Source Extensions (MSE) API to allow native HTML5 playback on YouTube
•User availability improvements in Hello chat

An issues that caused mp4-encoded YouTube & Vimeo videos to appear entirely black on Linux machines has also been fixed. Kitties rejoice!

Opportunistic Encryption For Firefox

OE provides unauthenticated encryption over TLS for data that would otherwise be carried via clear text. This creates some confidentiality in the face of passive eavesdropping, and also provides you much better integrity protection for your data than raw TCP does when dealing with random network noise. The server setup for it is trivial.

Two simple steps to configure a server for OE
Install a TLS based h2 or spdy server on a separate port. 443 is a good choice :). You can use a self-signed certificate if you like because OE is not authenticated.
Add a response header Alt-Svc: h2=":443" or spdy/3.1 if you are using a spdy enabled server like nginx.


For further reading on encryption over HTTP :

http://bitsup.blogspot.ca/2015/03/oppor ... refox.html

User avatar
8Geee
Posts: 2181
Joined: Mon 12 May 2008, 11:29
Location: N.E. USA

#2 Post by 8Geee »

Bing... M$'s evil twin. Cowtow to the giga-$ much?
How about 512-bit encryption instead.
Nah, selfie-certs way better.
Linux user #498913 "Some people need to reimagine their thinking."
"Zuckerberg: a large city inhabited by mentally challenged people."

purple379
Posts: 157
Joined: Sat 04 Oct 2014, 22:23

How does this relate to using HTTPS Everwhere (from EFF)

#3 Post by purple379 »

Anyone know whether HTTPS Everwhere will continue to work? Are you saying all of HTTPS protocol is gone as well?

User avatar
8Geee
Posts: 2181
Joined: Mon 12 May 2008, 11:29
Location: N.E. USA

#4 Post by 8Geee »

No, if I read it right, this protocol takes unencrypted info on an encrypted page (yes that does happen), and applies encryption to it. Now all of the page is encrypted.

Its a step in the right direction security-wise, but not allowing such "mixed" pages, or the unsecure portion(s), has been a much better solution.
Linux user #498913 "Some people need to reimagine their thinking."
"Zuckerberg: a large city inhabited by mentally challenged people."

Post Reply