Changing the server name in response headers

2004-09-12 Thread Sander Smith
?? Maybe there's some configuration option, or preferably some programmatic way to do this. Sander Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Changing the server name in response headers

2004-09-12 Thread Sander Smith
PM 9/12/2004 +0100, you wrote: This has been fixed quite recently. The fix is in 5.5.0 branch. Having checked CVS, I forgot to back port the patch to the 4.1.x/5.0.x branch. I'll do this now. Mark -Original Message- From: Sander Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12

SSL Client Authorization

2004-06-01 Thread Sander Smith
what I want, but for some strange reason it takes a string as an argument instead of a boolean. What am I missing here?? How do I enable this? Sander Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: SSL Client Authorization

2004-06-01 Thread Sander Smith
this. However, I'd expect to pass a boolean into this method, but instead, the interface requires a String!!! To make matters worse, there's no documentation to say what this string is. Does anyone know how to do this programmatically?? Sander Smith At 08:20 AM 6/1/2004 -0400, you wrote: Sander

Certificates and SSL Authentication

2004-05-26 Thread Sander Smith
, but the intermediate certificate is not. It is of the fom: www.verisign.com/CPS Incorp.by Ref. ... (some ofther stuff) What is going on here? Is there a way for the the browser to get a copy of the intermediate certificate if it isn't already known to it as a trusted certificate? Sander Smith

Re: Certificates and SSL Authentication

2004-05-26 Thread Sander Smith
/keytool.html#Certificates. Sander Smith wrote: I'm a bit confused concerning SSL certificates, and hope someone can shed some light. In reading through the SSL spec concerning the SSL handshake, it appears to me that the certificate that authenticates my server must be signed by a certificate

Embedded Tomcat and SSL

2004-05-21 Thread Sander Smith
, Sander Smith // standard stuff to embed Tomcat Engine engine = null; // Set the home directory System.setProperty(catalina.home, getPath().externalForm()); // Create an embedded server embedded = new Embedded(); // print all log statements