question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable SSLv3 and weak cipher suits

See original GitHub issue

Title says all. More info here about weak cipher suits: https://www.ssllabs.com/ssltest/viewMyClient.html

Basically, weak ciphers are:

SRP-AES-256-CBC-SHA
SRP-AES-128-CBC-SHA
ECDHE-RSA-RC4-SHA
ECDHE-ECDSA-RC4-SHA
ECDH-RSA-RC4-SHA
ECDH-ECDSA-RC4-SHA
RC4-SHA
RC4-MD5

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:1
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alt-grrcommented, May 14, 2016

Do you know is there is/there will be a way to get rid of it ?

Upgrade your Android version.

0reactions
pejakmcommented, Mar 25, 2017

@Yowlen, I reported the issue in 2014.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable weak encryption (SSL 2.0 and SSL 3.0) on ...
Disable weak encryption by including the following line. Raw. SSLProtocol all -SSLv2 -SSLv3. Restart httpd: Raw. # service httpd restart.
Read more >
Disable weak cipher suits with Windows server 2016 DCs
Disable weak cipher suits with Windows server 2016 DCs. Hi. We have disabled below protocols with all DCs & enabled only TLS 1.2....
Read more >
HOWTO: Disable weak protocols, cipher suites and hashing ...
To disable weak protocols, cipher suites and hashing algorithms on Web Application Proxies, AD FS Servers and Windows Servers running Azure ...
Read more >
SSL Cipher Configuration - removing weak ciphers - PaperCut
In a text editor, open the following file: · Locate the line starting with “server. · Remove the proceeding # sign to uncomment...
Read more >
Windows App Disable IIS SSLv2 / SSL 3 and Weak Ciphers ...
Disabling SSLV2 (SSL Version 2), SSLv3 (SSL Version 3) and Weak Ciphers with 40 and 56 bit keys is a maze of settings...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found