Hi,

 

I am running into the following exception when using the http client
over ssl.  What seems to be the problem?  Thanks.

 

Default SSL context init failed: null

        at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java
:176)

        at
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSo
cket(Unknown Source)

        at
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSo
cket(Unknown Source)

        at org.apache.commons.httpclient.HttpConnection.open(Unknown
Source)

        at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpCon
nectionAdapter.open(Unknown Source)

        at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknow
n Source)

        at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown
Source)

        at
org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)

        at
org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)

 

Reply via email to