Hi Josef How do i check if my server can accept those requests. I have tried to enable it to do so. The endpoint is calling the https port of the server. I'll see if the call leaves the client using tcpmon. Thanks
________________________________ From: Stadelmann Josef <josef.stadelm...@axa-winterthur.ch> To: java-user@axis.apache.org Sent: Thu, 10 February, 2011 2:11:12 PM Subject: AW: [AXIS2] : SSL implementaion not available Can your server really accept HTTPS requests? How is your End Point defined? Which port is your endpoint calling? 8080 or … the one where SSL requests are expected? If your server is not configured to understand SSL, but your client sends an encrypted request to the SSL port at the server, the server may very likely react as you describe it. So what about monitoring the traffic using TCPMON or WIRESHARK, (never used TCPMON it with SSL). Josef Von:aashish [mailto:aashish...@yahoo.com] Gesendet: Mittwoch, 9. Februar 2011 18:23 An: java-user@axis.apache.org Betreff: [AXIS2] : SSL implementaion not available While trying to enable SSL at http level , from client to server i get the following error: org.apache.axis2.AxisFault: SSL implementation not available at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java :389) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:222) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) any clues ?