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:[email protected]] 
Gesendet: Mittwoch, 9. Februar 2011 18:23
An: [email protected]
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 ? 

 

Reply via email to