https://issues.apache.org/bugzilla/show_bug.cgi?id=52542
Bug #: 52542
Summary: Mod_rewrite can't access to SSL variables on initial
request
Product: Apache httpd-2
Version: 2.2.21
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_rewrite
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
I have to use a data in the peer certificate on my RewriteConds like this :
RewriteCond %{LA-U:SSL_Client_I_DN_CN} my_domain [OR]
RewriteCond %{SSL:SSL_Client_I_DN_CN} my_domain
...
but those data can't be accessed on an initial request ( [Thu Jan 26 17:39:20
2012] [info] Initial (No.1) HTTPS request received for child 28 ) so my
RewriteCond doesn't match even if the peer certificate is correctly send (
error 404 ), the values are always empty string in initial request, but they
are always correctly retrieved by subsequent requests (Subsequent (No.14) HTTPS
request received for child 26 ... )
So i have my RewriteRule are not applied at each first access to a resource and
sometimes after that when the initial request thread (process ?!?) handle the
request again.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]