[EMAIL PROTECTED] SSL Handshake error handling

2006-03-20 Thread TAYLOR, TIM \(CONTRACTOR\)
Title: SSL Handshake error handling Does anyone know if it is possible to put in a custom response for errors that occur during the handshake. Apparently, these are not HTTP errors that I can use the ErrorDocument directive with. Specifically, I want to give a meaningful message to users who

RE: [EMAIL PROTECTED] libexpat error during make

2006-03-20 Thread TAYLOR, TIM \(CONTRACTOR\)
Sean, I think you will find if you use a file system other than your /home to do your build the problem will go away. For example, expand your source tree under /tmp and give it a try. regards, tt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Ca

RE: [EMAIL PROTECTED] libexpat error during make

2006-03-20 Thread TAYLOR, TIM \(CONTRACTOR\)
ough, I am wondering why that would cause it? Thanks Sean On 3/20/06, TAYLOR, TIM (CONTRACTOR) <[EMAIL PROTECTED]> wrote: > Sean, > I think you will find if you use a file system other than your /home > to do your build the problem will go away. For example, expand your > sou

RE: [EMAIL PROTECTED] The logic behind URL rewriting

2006-03-24 Thread TAYLOR, TIM \(CONTRACTOR\)
Sanjay, I mean no disrespect, but I want you to know that I too have difficulty understanding > => bbb.domain.com > => https://www.bbb.domain.com/index.jsp > => www.bbb.domain.com > =>domain.com/bbb I can't tell if these URL's are intended to be coming or going. I just want you know that I

RE: [EMAIL PROTECTED] Redirect different pages

2006-03-29 Thread TAYLOR, TIM \(CONTRACTOR\)
John,    I suggest you try Apache: The Definitive Guide by Laurie brothers.   regards, tt From: John Barrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 6:31 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Redirect different pages cool. I was wondering if you know

RE: [EMAIL PROTECTED] Apache 2.2.0 with SSL on AIX 5.3

2006-03-29 Thread TAYLOR, TIM \(CONTRACTOR\)
Amazing what additional information can do. If you have Listen specified without an IP address, by default your Apache will listen on all addresses for that port. By adding the IP address you have restricted it to one. That probably took it out of conflict with another Apache server (which would

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
We are all getting it. I have already placed him on auto-delete. -Original Message- From: Graham Frank [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:41 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] xx Is everyone else being flooded by this g

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
So, you feel it is appropriate to make your problem all of our problem. From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:31 AMTo: users@httpd.apache.org; [EMAIL PROTECTED]Cc: users@httpd.apache.orgSubject: [EMAIL PROTECTED] xx Please unsub me form

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
He doesn't seem to have a clue. When he does get unsubscribed, I hope there a subscriber-non-grata list he will go onto. regards, tt -Original Message- From: Anders Norrbring [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:56 AM To: users@httpd.apache.org Subject: Re: [EMAIL

RE: [EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
Good luck, Jesse. From all of us. -Original Message- From: Jesse Ross [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:13 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Re: http removal instruction in email... Hui, It will work; it always does. You must be doing

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

2007-02-21 Thread TAYLOR, TIM \(CONTRACTOR\)
Deval, this Library error is not in regard to a client certificate. In fact, if it were, the message would have said so. What you should note in this error >It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: >SSL Library Error: 336151

[EMAIL PROTECTED] Proxy with Tomcat

2007-05-04 Thread TAYLOR, TIM \(CONTRACTOR\)
My Tomcat session attributes are getting trashed somehow. We are using Tomcat 5. I am using an Apache 2.2 HTTP server in front, and another Proxy HTTP Server in front of that. Could the proxy be causing this? Is there a workaround (directive config) to fix? regards, tt -

RE: [EMAIL PROTECTED] mod_ssl and client cert

2007-06-06 Thread TAYLOR, TIM \(CONTRACTOR\)
For limiting the CA's you accept, look into the directive SSLCADNRequestFile. http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcadnrequestfile regards, tt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 9:23 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] SSLVerifyDepth and Intermediate CAs

2006-11-01 Thread TAYLOR, TIM \(CONTRACTOR\)
Barret, You need to use Apache 2.2 or above. See the new directives SSLCADNRequestFile and SSLCADNRequestPath for details at http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcadnrequestfile If you must use older versions of Apache, I did create a patch for mod_ssl 2.8.22 which is used by Apa