1

We try to identify the ssl_protocol is using when it communicated to Inbound Connectivity and so we tried to append this attribute \"%{SSL_PROTOCOL }e\" under LogFormat in httpd.conf file.

We formatted as in below manner.

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

But still we are not able to capture the SSL_PROTOCOL details. Is that any pre-requisite needs to be done or any other alternative is to be done?

MrWhite
  • 43,179
  • 8
  • 60
  • 84
Sundar
  • 455
  • 1
  • 3
  • 13

1 Answers1

3

IBM HTTP Server uses %{SSL_PROTOCOL_VERSION}e and %{HTTPS_CIPHER}e for the handshake details.

MrWhite
  • 43,179
  • 8
  • 60
  • 84
covener
  • 17,402
  • 2
  • 31
  • 45