RE: Configuring MOD_SSL with and without client auth on the same box

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mark,
 
Tried the <Location> approach. Works like a charm.
 
Thanks,
Debashis
 

Date: Wed, 20 Apr 2011 13:19:18 -0400
From: mark@xxxxxxxxxxx
To: users@xxxxxxxxxxxxxxxx
CC: r_debashis@xxxxxxxxxxx
Subject: Re: [users@httpd] Configuring MOD_SSL with and without client auth on the same box

On April 20, 2011 6:06 , Debashis Roy <r_debashis@xxxxxxxxxxx> wrote:
I would like to configure two different context roots with MOD_SSL in Apache Httpd, such that one is authenticated using client certificate and the other one does not require SSL client authentication.
Each of these two context roots are eventually delegated MOD_PROXY_AJP two different backend tomcat applications.
How can this be achieved. Any help/pointer highly appreciated.

The SSLVerifyClient directive controls whether a client certificate is required, optional, or never used.  If you had two different <Location> stanzas in the same virtual host (one for each of the two backend Tomcat applications), include the SSLVerifyClient directive in the one that you wanted to authenticate using client certificates, and omit it from the other.

Alternatively, you could set up two separate virtual hosts, one for each backend Tomcat application, and specify the SSLVerfiyClient directive in one of the two virtual hosts, omitting it from the other.
--
  Mark Montague
  mark@xxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux