Created
May 7, 2019 18:50
-
-
Save funkman/a3a27557192c57a112de673f8f9fdaa4 to your computer and use it in GitHub Desktop.
Logging SSL version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Log the ssl version used - Helpful to capture legacy clients later | |
LogFormat "%a %t %{SSL_PROTOCOL}x %U" ssl | |
CustomLog logs/ssl_version_log ssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment