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#4186411

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186411
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to