SSLVerifyClient

This is a discussion on SSLVerifyClient within the Apache Web Server forums, part of the Web Server and Related Forums category; I googled, went through the apache and SSL docs and found couple examples, however I could not get it to ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-22-2007
DanielP
 
Posts: n/a
Default SSLVerifyClient

I googled, went through the apache and SSL docs and found couple examples,
however I could not get it to work.
I have a functional secure site which properly authenticates users with
login/pwd. However I have a need to make 1 dir require both a login and pwd
and an imported certificate.

After reading several reference guides I noticed that SSLVerifyClient was
listed under "Per-Server Based Directives", so I guess my 2 questions are:
1) Can I use the SSLVerifyClient directive for only 1 directory? 2) IF
no, then does anyone have any suggestions, or any links that might be
useful? I repeate I have already spent some time with google and have not
found anything that answers my questions. Any assistance would be
appreciated.

This is what my directory setup looks like, it works for all the other
directories without the last 2 lines for Basic Authentication.
<Directory "/somepath/cert_auth_test">
AuthType Basic
AuthName " Site"
AuthUserFile /somedir/webusers
AuthGroupFile /somedir/webgroup
Require group cert_auth_test
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
#Cert require lines
SSLVerifyClient require
SSLVerifyDepth 2
</Directory>


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:37 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0