Hi,
I take a look at NES and the SSL vars are not handled
by this connector.
Idem for DOMINO where some vars are grabbed but not used.
Who know how to get the SSL vars (the following come from apache+mod_ssl) :
SSL_CLIENT_CERT => The client certificat (if user auth used)
SSL_CIPHER => cipher used (ie RC4-MD5)
SSL_SESSION_ID => SSL session ID, a big number unique big SSL
SESSION
SSL_CIPHER_USEKEYSIZE => #bits used in clt<->srv exchange ie: 128
Here is was I got in TC 3.3-M3 (using initial AJP14), with attached
snoop.jsp against Apache 1.3.20/mod_ssl 2.8.4
Request Information
JSP Request Method: GET
Request URI: /examples/jsp/snp/snoop.jsp
Request Protocol: HTTP/1.0
Servlet path: /jsp/snp/snoop.jsp
Path info: null
Path translated: null
Query string: null
Content length: -1
Content type: null
Server name: localhost
Server port: 443
Remote user: null
Remote address: 127.0.0.1
Remote host: localhost
Authorization scheme: null
SSL Client Certificate: null
SSL Cypher Suite: RC4-MD5
SSL Session Id:
9A9F153F57A505AA3FAB648223929413BC035ACE89FF2735138456F7B38B2CAB
SSL Key Size: 128
The browser you are using is Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)
-
Henri Gomez ___[_]____
EMAIL : [EMAIL PROTECTED] (. .)
PGP KEY : 697ECEDD ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
snoop.jsp