Re: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
LVerifyClient is none? Date: Tue, 23 Jan 2007 15:46:12 -0700 How does a client send a certificate if Apache doesn't ask for it? What kind of a "client" do you have? Is it a regular browser? On 1/23/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hello, I have a configuration i

[EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
Hello, I have a configuration in Apache file setup for SSL. I am not doing client authentication as SSLVerifyClient is commented ie. #SSLVerifyClient none It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: SSL Library Error: 33615157

[EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
Hello, I have a configuration in Apache file setup for SSL. I am not doing client authentication as SSLVerifyClient is commented ie. #SSLVerifyClient none It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: SSL Library Error: 33615157

RE: [EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread DEVAL SHAH
Hi Abhay, You will have to listen to port 443. Also there will have to be a default virtual host section stating your certificate and other configs Deval From: "Jain, Abhay K, INFOT" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: Subject: [EMAIL PROTECTED] Unable to bind to port

Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread DEVAL SHAH
heir proxy will be authenticated with one common cert. Hope that was clear. On 1/22/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hello, I have posted this question earlier but got no response. I am stating it again. Please help with some ideas. I have a certificate installed for my domain

[EMAIL PROTECTED] Apache gives alert bad certificate error

2007-01-22 Thread DEVAL SHAH
Hello, I have posted this question earlier but got no response. I am stating it again. Please help with some ideas. I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. One of our clients has a proxy server. When th

[EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread DEVAL SHAH
Hello, I have posted this question earlier but got no response. I am stating it again. Please help with some ideas. I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. One of our clients has a proxy server. When th

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
orking Date: Fri, 19 Jan 2007 17:06:08 -0700 What version of Apache do you use? There is a well known problem for this in Apache 2.0.XX (there is an unofficial patch for it but I didn't try it) and the only way to fix it is to upgrade to Apache 2.2.XX. On 1/19/07, DEVAL SHAH <[EMAIL P

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
ate: Fri, 19 Jan 2007 17:06:08 -0700 What version of Apache do you use? There is a well known problem for this in Apache 2.0.XX (there is an unofficial patch for it but I didn't try it) and the only way to fix it is to upgrade to Apache 2.2.XX. On 1/19/07, DEVAL SHAH <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
ion of Apache do you use? There is a well known problem for this in Apache 2.0.XX (there is an unofficial patch for it but I didn't try it) and the only way to fix it is to upgrade to Apache 2.2.XX. On 1/19/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hello, Please help me I have been try

[EMAIL PROTECTED] Client Certificate authentication not working

2007-01-19 Thread DEVAL SHAH
certificate using my local CA - worked well. CN = Deval Shah I imported the client certificate and CA certificate in IE. IE shows the certificate properly without any error. httpd-ssl.conf file SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt -> Points to certificate from Tha

Re: [EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
ibrary Error: 336151570 Date: Fri, 12 Jan 2007 15:08:19 -0800 On Jan 12, 2007, at 3:01 PM, DEVAL SHAH wrote: [debug] ssl_engine_kernel.c(1762): OpenSSL: Read: SSLv3 read client certificate A [debug] ssl_engine_kernel.c(1781): OpenSSL: Exit: failed in SSLv3 read client certificate A SSL library

[EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
Hello, I have very typical problem: I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. Now one of our clients has a proxy server. When they access to our website using their proxy they cannot access it. They get 5

[EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
Hello, I have very typical problem: I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. Now one of our clients has a proxy server. When they access to our website using their proxy they cannot access it. They get 5

[EMAIL PROTECTED] Apache not accepting request from proxy

2007-01-05 Thread DEVAL SHAH
Hello, We are getting request from a proxy server and somehow that proxy server gets an internal server error. This is the configuration: Apache web server connected to Tomcat via mod_jk. RewriteRule /url1(.*)/$ /TomcatWebApp/Servlet1 Now from the browser if I do https://abc.com/url1/ it work

[EMAIL PROTECTED] Apache cannot accept request from Proxy

2007-01-05 Thread DEVAL SHAH
Hello, We are getting request from a proxy server and somehow that proxy server gets an internal server error. This is the configuration: Apache web server connected to Tomcat via mod_jk. RewriteRule /url1(.*)/$ /TomcatWebApp/Servlet1 Now from the browser if I do https://abc.com/url1/ it work

Re: [EMAIL PROTECTED] Apache+mod_jk+Tomcat+mod_rewrite+cookie

2007-01-05 Thread DEVAL SHAH
Hello Fred, I set the cookie path "/" and it works fine now. Thanks for the help. From: fredk2 <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache+mod_jk+Tomcat+mod_rewrite+cookie Date: Fri, 5 Jan 2007 06:34:29 -0800 (PST) I g

[EMAIL PROTECTED] Apache+mod_jk+Tomcat+mod_rewrite+cookie

2007-01-04 Thread DEVAL SHAH
Hello, I notice that because of url rewriting my cookie is not being passed to Tomcat. This is what I am doing: I have an HTML page where I set my cookie - username. Now If I call the servlet directly then cookie gets passed e.g. /MyApp/MyServlet it works well. But I have added a redirection a