for many days i am struggling to identify an issue.
I have generated a client jar using axis2 1.7.9 and java 1.8. i have deployed all the jars under my jboss modules folder in jboss 7 EAP server. All the dependencies are set and certificates are installed. And the certificates are working fine.
We have many services consumed from the same applications all the services are working fine in https, only this service we are using client jar to connect.
While using HTTP url it is working fine, but https not working.I have done many things.
- configured axis2.xml for https with all the ssl parameters
- re-generated the client with axis 1.8.2 (here i am getting naming exception from client for both http and https but i couldn't find the exact issue)
- even trace logs were enabled but no errors in logs.
Do i miss anything?
Please help me here.