I'm using IIS 4.0 on a NT 4.0 machine and JRUN Engine 2.1.1
If I connect to my web server via https (SSL 3.0) I can't get the following server-variables:
javax.net.ssl.cipher_suite
javax.net.ssl.peer_certificates
javax.net.ssl.session
using the following java-code:     request.getParameter(...)
With asp I read all server variables (including https information) and I know that server variables reading depends upon Web Server/ ISAPI Engine couple.
What can I do to remain 100% Pure Java???

Reply via email to