Re: SSL Host

2008-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge, Serge Fonville wrote: > If I access https://*.autumn.nl (which shouldn't exist, I get the > defaulthost, instead I wan't to get a 404 of some sort, indicating that that > site does not exist? Did you really use "*.autumn.nl"? I don't think tha

RE: SSL Host

2008-10-10 Thread Caldarale, Charles R
> From: Serge Fonville [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Host > > If I access https://*.autumn.nl (which shouldn't exist, I get the > defaulthost, instead I wan't to get a 404 of some sort, > indicating that that site does not exist? A request that has a dom

Re: SSL Host

2008-10-10 Thread Serge Fonville
fault host service which just throws a 404 or something Thanks a lot so far, Serge Fonville On Fri, Oct 10, 2008 at 5:27 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Serge Fonville [mailto:[EMAIL PROTECTED] > > Subject: Re: SSL Host > > > > I

RE: SSL Host

2008-10-10 Thread Caldarale, Charles R
> From: Serge Fonville [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Host > > I read both and what I still don't get is: > How do I specify a connector to a host? You can't. You would need multiple elements, each with its own nested and corresponding elements. A

Re: SSL Host

2008-10-10 Thread Serge Fonville
Chris, Thanks a lot for your reply. I read both and what I still don't get is: How do I specify a connector to a host? it seems connectors cannot be nested inside an engine nor in a host and connectors can contain neither Otherwise I would create two engines one with ssl and the other without and

Re: SSL Host

2008-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge, Serge Fonville wrote: > I have Tomcat 6.0.18 with the native dll installed > I have two hosts presently (more to come) > localhost and autumn.nl > What I want now is > > *.autumn.nl accessble only via http You need a with an HTTP only. Also

Re: SSL Host

2008-10-07 Thread Serge Fonville
Chris, Thanks for you repsons. You are right, I'll clarify (add an actual example) I have Tomcat 6.0.18 with the native dll installed I have two hosts presently (more to come) localhost and autumn.nl What I want now is *.autumn.nl accessble only via http secure.autumn.nl accessible only via http

Re: SSL Host

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge, Serge Fonville wrote: > What I would like to know is: how do I setup tomcat to serve a different > host on ssl and normal on the same socket. Do you mean the same port? You can't have HTTP and HTTPS on the same port: no product can do that. Wh