Hi all.
Hopefully this will be a simple question for someone.
I just downloaded httpclient, and am trying to get some of the examples
working.
When I try to run BasicAuthenticationExample, I get the following
exception:
Exception in thread "main" java.net.SocketException: SSL implementation not
available
at javax.net.ssl.DefaultSSLSocketFactory.createSocket
([DashoPro-V1.2-120198])
at
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:112)
at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:666)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:625)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:500)
at
BasicAuthenticatonExample.main(BasicAuthenticatonExample.java:106)
Any ideas?
Regards.
Steve Pannier
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]