Chain, padlock and key isolated on white backg...

While working with a PHP application running on Apache that uses client certificates, I ran into the following error:

Undefined index: SSL_CLIENT_CERT

The fix was simple.  Make sure you have the following in your apache ssl configuration file:

<VirtualHost _default_:443>
...
SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
...
</VirtualHost>

It might be commented out.

  One Response to “Undefined index: SSL_CLIENT_CERT”

  1. Thanks, that helped a lot.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
© 2011 Ibrahim Shafi Suffusion theme by Sayontan Sinha