Search found 2 matches

by mendex
Wed Dec 02, 2009 12:16 pm
Forum: PHP - Security
Topic: Ask for Client Certificate
Replies: 2
Views: 1711

Re: Ask for Client Certificate

Hello again, Problem partial solved...? I was accessing the weong file: I change the httpd.conf:   <VirtualHost 127.0.0.1:80>     ServerName apache     DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs"     DirectoryIndex index.php         SSLEngine       on     SSLProtocol     al...
by mendex
Wed Dec 02, 2009 10:55 am
Forum: PHP - Security
Topic: Ask for Client Certificate
Replies: 2
Views: 1711

Ask for Client Certificate

Hi guys, I'm creating a page that needs client certificate. My PHP page is: <?php print_r(openssl_x509_parse($_SERVER[SSL_CLIENT_CERT])); ?> In http.conf file: <VirtualHost 127.0.0.1:443> ServerName apache DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs" DirectoryIndex index.php...