I have configured
JBoss 5.1 for SSL using self signed certificates. The certificates were generated using
. The configuration snippet from server.xml looks like:
Everthing works fine and I am able to access my
test application over the secure port.
https://myServerName:8443/hello/hello.jsp
However, when i sniff the packets using WireShark, I don't see any handshake packet. Is it due to some mis-configuration or certificate error.