[Interest] Ignore SSL errors on Android 6.0+

Thiago Macieira thiago.macieira at intel.com
Wed Mar 29 17:53:45 CEST 2017


On quarta-feira, 29 de março de 2017 02:32:45 PDT Richard Moore wrote:
> Your ciphers are too good for the server - it wants terrible ones.
> eg. RC4-MD5:
> 
> openssl s_client -connect www.webnotes.cz:443 -cipher RC4-MD5

Ah. I see.

Well, the OP can then connect to the server by using setCiphers. I recommend 
trying first the default and, only if that fails, retry with unsafe ciphers.

And send a nastygram to the the server admin saying that it needs to be 
updated to support more secure ciphers.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list