Re: SSL_CLIENT_S_DN and proxy

2004-05-17 Thread Marc Stern
c - Original Message - From: "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 6:20 PM Subject: RE: SSL_CLIENT_S_DN and proxy Hi Marc, If you're using httpd-2.1, did you already try s

Re: SSL_CLIENT_S_DN and proxy

2004-05-17 Thread Marc Stern
an" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 6:50 PM Subject: RE: SSL_CLIENT_S_DN and proxy Hi, I just realized that Joe had already developed something similar in httpd-2.1. The only difference was in the function names - I changed his patch a

Re: SSL_CLIENT_S_DN and proxy

2004-05-17 Thread xset
- Original Message - From: "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 6:50 PM Subject: RE: SSL_CLIENT_S_DN and proxy Hi, I just realized that Joe had already developed something similar in httpd-2.1. The only

Re: SSL_CLIENT_S_DN and proxy

2004-05-17 Thread Marc Stern
It compiles correctly, now I will try it. You also need to #include "apr_optional.h" Marc - Original Message - From: "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 6:50 PM Subject: RE: SSL_CLIENT_S_DN and

RE: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
Hi, I just realized that Joe had already developed something similar in httpd-2.1. The only difference was in the function names - I changed his patch a little (to match httpd-2.0), and here it is.. -Madhu Index: mod_headers.c =

RE: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
if (s) return unwrap_header(r->pool, s); >-Original Message- >From: Marc Stern [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 12, 2004 11:35 PM >To: [EMAIL PROTECTED] >Subject: Re: SSL_CLIENT_S_DN and proxy > > >From what I understand - and it s

RE: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
>-Original Message- >From: Marc Stern [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 12, 2004 11:35 PM >To: [EMAIL PROTECTED] >Subject: Re: SSL_CLIENT_S_DN and proxy > > >From what I understand - and it seems confirmed by the test I >made - the header i

Re: SSL_CLIENT_S_DN and proxy

2004-05-12 Thread Marc Stern
e, but at the end of the treatment ? Marc - Original Message - From: "Joe Orton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 3:27 PM Subject: Re: SSL_CLIENT_S_DN and proxy > On Wed, May 12, 2004 at 01:09:03PM +0200, Marc Stern w

Re: SSL_CLIENT_S_DN and proxy

2004-05-12 Thread Joe Orton
On Wed, May 12, 2004 at 01:09:03PM +0200, Marc Stern wrote: > When using Apache as a proxy: > ( brower --https--> Apache + mod_proxy --https--> Web server ) > the Web server never receives the user's certificate info, because only the > proxy is seen by the Web server. That means that all hea

SSL_CLIENT_S_DN and proxy

2004-05-12 Thread Marc Stern
When using Apache as a proxy: ( brower --https--> Apache + mod_proxy --https--> Web server ) the Web server never receives the user's certificate info, because only the proxy is seen by the Web server. That means that all headers SSL_CLIENT_* contain the proxy certificate info, not the user c