Java-WebServer-SSL Hlpe Needed
Rakesh Sharma (rks38856@trishul.icil.co.in)
Mon, 14 Dec 1998 14:43:06 +0530
Dear All,
I am trying to build an application in Java, which when run
on the server side would listen/monitor secured HTTP connections between
client and the web server. The program should extract the CERTID and
ISSUER (of the certificate) from the SSL handshake and send the CERTID
to the respective issuer for verification. The program should NOT be
servlet.
How do I go about doing this? I guess it will require SSL
socket programming....Any help be appreciated.
-Rakesh