I want to do a http post over SSL.I have configured SSL in both jboss and weblogic. I am
using httpclient to do a post to weblogic.Ins order to do post i need to get SSL factory
from jboss. I tried to
SSLContext sc = SSLContext.getInstance("SSL");
sc.getSocketFactory()
But i get null value for socket factory..
How should i get ssl socket factory from jboss(aka tomcat)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186411#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...