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

2011-10-25 Thread Aarti Gauba
Hi, I am trying to send a https request for attachment download using org.apache.http.impl.client.DefaultHttpClient (using jars-httpclient-4.1.2.jar, httpcore-4.1.2.jar). By adding a cookie to the request, i am able to authenticate and able to download attachments on my local machine(windows).

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

2011-10-26 Thread aarti gauba
Hi, I am trying to send a https request for attachment download using org.apache.http.impl.client.DefaultHttpClient (using jars-httpclient-4.1.2.jar, httpcore-4.1.2.jar). By adding a cookie to the request, i am able to authenticate and able to download attachments on my local machine(windows). How