SciLor's Open Source Forums
http://forum.scilor.com/

SSL/TLS problem
http://forum.scilor.com/viewtopic.php?f=227&t=1790
Page 1 of 1

Author:  vato [ Mon Sep 17, 2012 10:41 am ]
Post subject:  SSL/TLS problem

When you have some spare time a update would be awesome.

Author:  jokke [ Mon Sep 17, 2012 5:51 pm ]
Post subject:  Re: SSL/TLS problem

+1

I already tried subclassing SSLSocketFactory and setting ((SSLSocket) socket).setEnabledProtocols(new String[] {"SSLv3"}); on the socket before it's returned by createSocket(..) and then setting
Security.setProperty("ssl.SocketFactory.provider", "logic.MySSLSocketFactory"); but it didn't help.. Stupid java always breaks something with an update..

Here's the stacktrace:

https://gist.github.com/c6b244964da3ebba8901

Author:  jokke [ Mon Sep 17, 2012 6:30 pm ]
Post subject:  Re: SSL/TLS problem

I got it working. So in the meanwhile before there's an update this works:
https://gist.github.com/30deb679a298ae4333f9

Author:  vato [ Tue Sep 18, 2012 10:32 am ]
Post subject:  Re: SSL/TLS problem


Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/