in reply to Re^2: Is it possible to check the client's SSL/TLS version?
in thread Is it possible to check the client's SSL/TSL version?
What Rhandom pointed out is why we need to collect the information. Manny thanks to hippo, sundialsrv4 for pointing out the documents, but I still don't quite understand this.
Correct me if my question is silly. The protocol version ( SSL/TLS version) I want to collect is the ones from this clients, not from my Apache server. Is the var $ENV{SSL_PROTOCOL} my server's SSL version or the client's SSL version? My understanding is that the variable SSL_PROTOCOL is my apache server's configuration variable, not from the cilent.
Apache relies on OpenSSL to do security handshakes, so Apache does not care the client's version of SSL/TLS? and could not log it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is it possible to check the client's SSL/TLS version?
by hippo (Archbishop) on Jul 17, 2015 at 18:54 UTC |