Re: [EMAIL PROTECTED] mod_rewrite not seeing https requests

2005-10-30 Thread Alpay Ozturk
Hi, Try placing your rewrite directives in SSL Virtual host. Your directives are not working possibly because ssl data is not decrypted yet. Regards, Alpay 2005/10/30, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello, I'm running Apache/2.0.55 (FreeBSD) DAV/2 PHP/5.0.5 SVN/1.2.3 mod_ssl/2.0.55

Re: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-27 Thread Alpay Ozturk
Owen [EMAIL PROTECTED]: -Original Message- From: Alpay Ozturk [mailto:[EMAIL PROTECTED] RewriteCond %{ENV:SSL_CLIENT_S_DN}(.*) RewriteRule .* - [E=FORWARD_CERT:%1] RequestHeader add APACHE_CLIENT_CERT_HARD %{FORWARD_CERT}e After this config, I see from tomcat side

[EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-25 Thread Alpay Ozturk
Hi All, I have set up apache and tomcat where ssl requests are handled at apache and requests are forwarded to tomcat behind. Apache is handling the ssl issues and also requesting a client certificate. No problem so far, server and client certificates are exchanged during ssl session setup. What

[EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-24 Thread Alpay Ozturk
Hi All, I have set up apache and tomcat where ssl requests are forwarded from apache to tomcat behind. Apache is handling the ssl issues and also requesting a client certificate. No problem so far, server and client certificates are exchanged during ssl session setup. What I need to do is to