> Help me please!!!!!!!!!
> 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???
I investigated this a while ago and was inform be the JRUN guys that no
SSL info is available with JRUN/IIS. The response was the following:
'If you call request.getHeader(XYZ), then we'll end up querying IIS for
header XYZ. If you get nothing back, then it is because we got nothing
back from IIS. Not all headers will appear in SnoopServlet because the
complete list of headers available is generally too large and weildy to
process on every request. So JRun sends over the common ones, and
any servlet can ask for any header it wants via req.getHeader().'
I gave up with JRUN and used IBM Websphere, it retrieves all the client
X509 cert stuff.
-lucio
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html