DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21371>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21371 apache not passing certificate chain to servlet or CGI Summary: apache not passing certificate chain to servlet or CGI Product: Apache httpd-2.0 Version: 2.0.46 Platform: Other OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have been working on a site that enforces mutually authenticated SSL using apache 2.0.46. I have compiled it from source using the following commands passed to the ./configure script: ./configure --enable-so --enable-ssl --with-ssl=/usr/local/ssl /usr/local/ssl contains openssl version 0.9.7b which I compiled from source using the default build configuration. I have tried both servlets and cgi and all I can get is the user certificate, not the certificate chain. I have tried looking at the mod_ssl code, and cannot figure out why the +ExportCertData directive will only tell apache to forward on the user certificate, not the chain. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
