You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ian Huynh <ia...@hubspan.com> on 2003/10/17 18:42:55 UTC

[users@httpd] Client Certificate Setup problem with same VirtualHost but different URI resource name

Apache 2.0.47 on win2k

How do i setup this scenario

Background: Apache WEB Server with 1 NIC card & 1 IP address bound to it.
I have 2 URLs (see below) and one requires a client cert the other does not.
Both URLs are in the same Virtual Host called 'myserver.com' but has different
URI resource name.  'abc' does not require client cert but 'def' does.


1.   https://myserver.com/abc/   - this does not require cert

2.   https://myserver.com/def/   - this MUST have client cert



Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Client Certificate Setup problem with same VirtualHost but different URI resource name

Posted by Leif W <wa...@usa.net>.
Hi,

First I don't really know the answer but since there was no reply I figured
I'd give it a shot.  I just spent a few seconds skimming
http://httpd.apache.org/docs-2.0/ and found two directives which may apply.
What I did was go right to the mod_ssl stuff, and look only for directives
which had a directory context.

SSLVerifyClient (
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslverifyclient )
SSLVerifyDepth (
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslverifydepth )

Hope that helps,

Leif

----- Original Message ----- 
From: "Ian Huynh" <ia...@hubspan.com>
To: <us...@httpd.apache.org>
Sent: Friday, October 17, 2003 12:42 PM
Subject: [users@httpd] Client Certificate Setup problem with same
VirtualHost but different URI resource name


Apache 2.0.47 on win2k

How do i setup this scenario

Background: Apache WEB Server with 1 NIC card & 1 IP address bound to it.
I have 2 URLs (see below) and one requires a client cert the other does not.
Both URLs are in the same Virtual Host called 'myserver.com' but has
different
URI resource name.  'abc' does not require client cert but 'def' does.


1.   https://myserver.com/abc/   - this does not require cert

2.   https://myserver.com/def/   - this MUST have client cert



Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org