Bug 991373

Summary: "%{SSL_SESSION_ID}s" is always null
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Hisanobu Okuda <hokuda>
Component: Apache Server (httpd) and ConnectorsAssignee: Mladen Turk <mturk>
Status: CLOSED NOTABUG QA Contact: Jan Stefl <jstefl>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.0CC: hokuda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1255096 (view as bug list) Environment:
Last Closed: 2014-08-21 09:01:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hisanobu Okuda 2013-08-02 09:17:06 UTC
Description of problem:
I configured httpd as follow:-

  SSLEngine on
  SSLProtocol all -SSLv2
  SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
  SSLCertificateFile /opt/jboss-ews-2.0/httpd/conf/server.crt
  SSLCertificateKeyFile /opt/jboss-ews-2.0/httpd/conf/server.key
  SSLCACertificateFile /opt/jboss-ews-2.0/httpd/conf/cacert.pem
  SSLOptions +ExportCertData +StdEnvVars
  RequestHeader set SSL_SESSION_ID "%{SSL_SESSION_ID}s"
  Header set SSL_SESSION_ID "%{SSL_SESSION_ID}s"

In Request/Response header, %{SSL_SESSION_ID}s is always null:-

SSL_SESSION_ID: (null)

Version-Release number of selected component (if applicable):
apache httpd 2.2.22 (EAP 6.1.0)

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jan Stefl 2014-08-20 09:31:16 UTC
Hi Hisanobu,

If I am understand correctly discussion in customer ticket, we can close this. Right?

Comment 2 Hisanobu Okuda 2014-08-20 22:56:29 UTC
Hi Jan, thank you for taking your time. Yes, you can close this.

Comment 3 Jan Stefl 2014-08-21 09:01:18 UTC
Thank you Hisanobu.
Closing.