[users@httpd] SSL reverse proxy question

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

 



I'am using Apache as a reverse proxy to hide several backend servers which host several application
 
https://myapache/name1/application_a -> http://ipserver1/application_a
https://myapache/name1/application_b -> http://ipserver1/application_b
 
 
I'am using SSL client authentication with x509 certificates to authenticate users.
 
I was wondering if I can use different CA certificate files (one for each back-end server) to authenticate users' client certificates.
example 
users accessing application_a are authenticated using CertCA1
users accessing application_b are authenticated using CertCA1
users accessing application_c are authenticated using CertCA2
 
The  SSLCACertificateFile directive is used to set CA certificate files, but it can't be used within a <Location> context !
 
Any suggestion or idea is really appreciated
Andrea  
 
 
 
 

[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