GitHub user acaciocenteno opened a pull request: https://github.com/apache/trafficserver/pull/122
Added SSL related fields to access.log Added three fields to access log: - SSL version, for instance 'TLSv1/SSLv3'. - SSL cipher suite, for instance 'ECDHE-RSA-AES128-GCM-SHA256' - SSL session reused. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aziontech/trafficserver access_log_ssl_protocol_fields Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/122.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #122 ---- commit faf994c53be72a270564b92f54fa147ab8500452 Author: AcaÌcio Centeno <acaciocent...@gmail.com> Date: 2014-09-25T16:23:31Z Added access log fields for SSL protocol version, cipher suite, and session reuse. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---