Re: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2013-04-16 Thread Philippe Mouawad
Hello Oleg, Created: https://issues.apache.org/jira/browse/HTTPCLIENT-1343 Regards Philippe Follow me on Twitter http://twitter.com/philmdot On Mon, Apr 15, 2013 at 12:42 PM, Oleg Kalnichevski ol...@apache.orgwrote: On Sun, 2013-04-14 at 17:07 +0200, Philippe Mouawad wrote: A note about

Re: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2013-04-15 Thread Oleg Kalnichevski
On Sun, 2013-04-14 at 17:07 +0200, Philippe Mouawad wrote: A note about this: -Dhttps.protocols=SSLv3 fixes issue for Java Implementation. So it seems the server only supports SSLv3, attempt to negotiate upwards from v2 to v3 seems not to be supported by server. To fix it for HC family

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2013-04-14 Thread Philippe Mouawad
Hello , We had a report recently on JMeter project: - https://issues.apache.org/bugzilla/show_bug.cgi?id=54759 Investigations didn't help us solve issue that seems to occur on this particular website: https://clui.xstratacoal.com.au And even with JAVA Pure API. See the 2 snippet

Re: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2013-04-14 Thread Philippe Mouawad
A note about this: -Dhttps.protocols=SSLv3 fixes issue for Java Implementation. So it seems the server only supports SSLv3, attempt to negotiate upwards from v2 to v3 seems not to be supported by server. To fix it for HC family it seems we need to call: - socket.setEnabledProtocols(new

Random javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated)

2012-12-17 Thread Sachin Shetty
with javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated. I think it is something to do with Keep Alive and cached connections because I usually see it happening after an extended idle time. Thanks Sachin - To unsubscribe, e

Re: Regarding javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated issue

2011-11-07 Thread Litty Preeth
machine(windows). However on the dev machine(linux box), i am getting javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception everytime i try to download the documents. We are using same self signed certificates on both local and dev enviornments. I have also tried code which

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception

2011-10-26 Thread aarti gauba
). However on the dev machine(linux box), i am getting javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception everytime i try to download the documents. We are using same self signed certificates on both local and dev enviornments. I have also tried code which will trust all

Regarding javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated issue

2011-10-25 Thread Aarti Gauba
). However on the dev machine(linux box), i am getting javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception everytime i try to download the documents. We are using same self signed certificates on both local and dev enviornments. I have also tried code which will trust all

Re: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2011-04-18 Thread Oleg Kalnichevski
EDT] 0038 SystemErr R javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.ibm.jsse2.bm.getPeerCertificateChain(bm.java:52) at funb.eprofile.common.StrictSSLProtocolSocketFactory.verifyHostname(Unknown Source

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

2011-04-15 Thread Sunil Linga
Hello All, I am getting below exception while connecting to an URL over SSL using httpclient 3 from our application running on WAS 6 and j2sdk 1.4. [4/15/11 11:16:15:103 EDT] 0038 SystemErr R javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.ibm.jsse2