Re: Issue when connecting to TLSv1 server

2016-02-05 Thread Xuelei Fan
Thanks for the report. I filed a bug for further evaluation: https://bugs.openjdk.java.net/browse/JDK-8149169 Regards, Xuelei On 2/6/2016 7:18 AM, Langer, Christoph wrote: > Hi, > > > > while supporting an app development team, I’m facing a tough TLS issue – > maybe you experts have an i

Re: Issue when connecting to TLSv1 server

2016-02-05 Thread Thomas Lußnig
Hi, i checked the server with https://dev.ssllabs.com/ssltest/analyze.html?d=nfe-homologacao.sefazrs.rs.gov.br the result is more than bad. I think you should use SSL Context and define what cipher/protocol you allow and check the security.property that there is no restriction on key length.

Issue when connecting to TLSv1 server

2016-02-05 Thread Langer, Christoph
Hi, while supporting an app development team, I'm facing a tough TLS issue - maybe you experts have an idea. They try to open an HTTPS connection to the server URL https://nfe-homologacao.sefazrs.rs.gov.br:443/ws/NfeAutorizacao/NFeAutorizacao.asmx. This is a Web Service of some Brazilian finan