From: <php...@li...> - 2011-10-21 20:15:25
|
I have an Apache server connected with a secure https connection which is interfaced to a Tomcat server with: ProxyPass / ajp://x.x.x.x:8009/ ProxyPassReverse / ajp://x.x.x.x:8009/ I've enabled SSLOptions +ExportCertData and +StdEnvVars in Apache. I've setup the php/Java bridge to run .php files under Tomcat. That works but unfortunately the $_SERVER['SSL_CLIENT_CERT'] isn't getting filled in my php code running under the Bridge. While staying the the bridged php environment, how can I get the SSL_CLIENT_CERT information? Regards, Rob |