All
When I utilize the SslContextedSecureProtocolSocketFactory per the examples in Tomcat, all works well.
However, when I run in JBoss 7.0.2, I am getting the following exception:
java.lang.IncompatibleClassChangeError: Class org.jsslutils.extra.apachehttpclient.SslContextedSecureProtocolSocketFactory does not implement the requested interface org.apache.commons.httpclient.protocol.ProtocolSocketFactory
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
Any thoughts on what might be happening?
Thanks