【问题标题】:Need to capture SSL_PROTOCOL details in access log of HttpServer需要在 HttpServer 的访问日志中捕获 SSL_PROTOCOL 详细信息
【发布时间】:2018-10-06 20:42:55
【问题描述】:

我们尝试识别与入站连接通信时使用的 ssl_protocol,因此我们尝试在httpd.conf 文件中的LogFormat 下附加此属性\"%{SSL_PROTOCOL }e\"

我们按照以下方式格式化。

LogFormat "%h %l %u %t %T\"%r\" %>s %b \"%{SSL_PROTOCOL}e\" " common

但我们仍然无法捕获SSL_PROTOCOL 的详细信息。是否需要完成任何先决条件或任何其他替代方案?

【问题讨论】:

    标签: apache websphere httpserver ibmhttpserver


    【解决方案1】:

    IBM HTTP Server 使用%{SSL_PROTOCOL_VERSION}e%{HTTPS_CIPHER}e 作为握手细节。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-11-27
      • 1970-01-01
      • 2012-05-14
      • 1970-01-01
      • 2016-01-02
      • 1970-01-01
      • 2011-04-24
      • 2020-02-18
      相关资源
      最近更新 更多