[jboss-user] [Security & JAAS/JBoss] - SSL communication from jboss to weblogic
patwary_shiva
do-not-reply at jboss.com
Mon Nov 3 09:58:31 EST 2008
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
More information about the jboss-user
mailing list