Skip to content

Instantly share code, notes, and snippets.

@funkman
Created May 7, 2019 18:50
Show Gist options
  • Save funkman/a3a27557192c57a112de673f8f9fdaa4 to your computer and use it in GitHub Desktop.
Save funkman/a3a27557192c57a112de673f8f9fdaa4 to your computer and use it in GitHub Desktop.
Logging SSL version
# 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