Look at using mod_header to set headers which are then passed across when the 
request is proxied.

http://httpd.apache.org/docs/current/mod/mod_ssl.html#expressionparser 
<http://httpd.apache.org/docs/current/mod/mod_ssl.html#expressionparser>

Graham

> On 29 Apr 2017, at 8:33 AM, Srinivas Vikram <[email protected]> wrote:
> 
> Hi,
> 
> I have "main apache server" that proxy the requests to another "apache 
> mod_wsgi server".
> 
> "main apache server" do not have mod_wsgi. Client send request to "main 
> apache server", using client certificate.
> 
> When "main apache server" proxy the request, it uses its own certificate to 
> hand shake with "apache mod_wsgi server".
> 
> And "apache mod_wsgi server"  has configuration like this..
> 
>    SSLOptions +StdEnvVars
> 
> form  os.environ.get('SSL_CLIENT_S_DN_CN'), getting the "main apache server" 
> certificate common name, but I need client certificate common name.
> 
> Please suggest is there any additional options should I set in "apache 
> mod_wsgi server".
> 
> Thanks in advance.
> 
> -Srinivas
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/modwsgi 
> <https://groups.google.com/group/modwsgi>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to