2 Replies Latest reply on Jul 21, 2011 9:33 AM by msteedle

    Cant connect to an https webservice... (SSL jboss error?)

    msteedle

      I am using jdk 1.6 and jboss as 7.  My web app is made to connect to different webservices using soap and if i run test cases in eclipse everything works fine, but when I go to run my app on the server it only lets me connect to http://.... webservices. It doesn't let me connect to https://... webservices.  I debuged the code to see that it is eventually throwing a Socket Closed Exception.  Does anybody have any idea what I need to do to fix this?