in reply to Re: Is it possible to check the client's SSL/TLS version?
in thread Is it possible to check the client's SSL/TSL version?
This will give you the major protocol version that is being used, but, so far as I know, you can’t get more detailed than that, e.g. what exact version (as in, build-number) of the stack the client-side is using.
Possibly-useful links:
Pragmatically, it might be better to cause Apache to refuse to honor any insecure protocol that you do not wish to use, than to check the version that made it through the negotiation process, within your application. Just don’t allow not-secure-enough negotiations to succeed.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is it possible to check the client's SSL/TLS version?
by khandielas (Sexton) on Jul 17, 2015 at 18:26 UTC | |
by hippo (Archbishop) on Jul 17, 2015 at 18:54 UTC |