You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bo Boe <bo...@yahoo.com> on 2004/03/18 23:58:37 UTC

[users@httpd] Apache2, vhosts, ssl and client authentication

I want to setup two webservers with different domains, lets say www.domain1.com 
and www.domain2.com 

I want to host these webservers on a single apache server using vhosts, but ............... There are two different clients accessing these webservers: client1 and client2. 

Now I want to issue an certificate certificate1 to client1 which allows him to authenticate himself to www.domain1.com using SSLVerifyClient require and 

The other user get a certificate2 which allows him to authenticate himself to www.domain2.com 

client1 cannot access www.domain2.com and client2 cannot access www.domain1.com since they don't have the apropriate certificates 

Could anyone provide me with an example of vhosts.conf file how to do this or at least explain how I could make one myself. Thanks
 






Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: [users@httpd] Apache2, vhosts, ssl and client authentication

Posted by Brian Dessent <br...@dessent.net>.
Bo Boe wrote:

> Could anyone provide me with an example of vhosts.conf file how to do
> this or at least explain how I could make one myself. Thanks

[please no HTML!!]

SSL and Name-based virtual hosts are not compatible.  Each SSL host must
be on a unique ip:port combination.  Read the FAQ at www.modssl.org for
more info.

Brian

---------------------------------------------------------------------
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