[users@httpd] SSL headers through proxy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hello all
I am trying to pass the cliente certificate through an apache configured with mod_ssl, mod-proxy and mod_headers.
The idea is the client being autenticated in the apache server, but the certificate being available to the backend server, something like this:
client <==> apache server (mod_proxy) <==> backend server
I need the client certificate in the backend server. All connectios are SSL/HTTPS.
I have tried all this configurations, but none worked.
#RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}e" env=SSL_CLIENT_S_DN
#RequestHeader set SSL_CLIENT_M_SERIAL "%{SSL_CLIENT_M_SERIAL}e" env=SSL_CLIENT_S_DN
#RequestHeader set SSL_CLIENT_I_DN "%{SSL_CLIENT_I_DN}e"
#Header add SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}e" env=SSL_CLIENT_CERT
#Header add SSL_CLIENT_I_DN "%{SSL_CLIENT_I_DN}e" env=SSL_CLIENT_I_DN
ProxyPass /js https://.....
ProxyPassReverse /js https://....
If you could help me i would thank you so much... :-)
Regards, Luiz Gustavo
[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]