Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable TLS 1.0/1.1 #115

Open
Techguyprivate opened this issue Feb 2, 2019 · 7 comments
Open

Disable TLS 1.0/1.1 #115

Techguyprivate opened this issue Feb 2, 2019 · 7 comments
Labels
to-do (approved) Next release to-do

Comments

@Techguyprivate
Copy link

I think that it will be good for privacy and security to disable tls 1.0 & 1.1 completely . They are old & vulnerable. They are dangerous, false security.

Setting tls.version.minimum to 3 in about:config does that. But better will be completely removing the entire code. Chrome wants to do it before next year, i.e before 2020. Same for firefox.

Chromiun based browser have already done it.

Example of just a page.

https://webservices.ignou.ac.in/Pre-Question/
The above link or related websites are acessed by millions in India. A open university's websites. I can intercept their enrollment no., date of birth easily which are required to put for exam results, grade card to see. Shit.

@Techguyprivate Techguyprivate changed the title Just suggestion Disabling Tls 1.0 and 1.1. Just a suggestion Disabling Tls 1.0 and 1.1. Feb 2, 2019
@Atavic
Copy link

Atavic commented Feb 2, 2019

Both ghacks user.js and pyllyukko have:
user_pref("security.tls.version.max", 4);

@Techguyprivate
Copy link
Author

I think that Security.tls.version.minimum should be set to 3 to disable TLs 1.0 &1.1 . Setting security.tls.version.max", 4 enables TLS 1.3 .

@Atavic
Copy link

Atavic commented Feb 3, 2019

ghacks user.js has user_pref("security.tls.version.min", 3); commented out (inactive).

Pyllyukko sets user_pref("security.tls.version.min", 1);

@Atavic
Copy link

Atavic commented Feb 3, 2019

A few sites still use old TLS versions.

@Techguyprivate
Copy link
Author

Librefox aims to be secure & private. So it should be disable. Chrome disabled it already.

@intika
Copy link
Owner

intika commented Feb 3, 2019

Thanks for reporting that i will change it in the upcoming update ;)

@intika intika added the to-do (approved) Next release to-do label Feb 3, 2019
@intika intika changed the title Just a suggestion Disabling Tls 1.0 and 1.1. Disable TLS 1.0/1.1. Feb 3, 2019
@intika intika changed the title Disable TLS 1.0/1.1. Disable TLS 1.0/1.1 Feb 3, 2019
@androidacy-user
Copy link

I think minimum should be 1.2. Some sites haven't implemented 1.3 yet. TLS 1.0/1 were upgraded for a reason

Sent from my TETRA using FastHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to-do (approved) Next release to-do
Projects
None yet
Development

No branches or pull requests

4 participants