> From: Looijmans, Mike [mailto:mike.looijm...@oce.com]
> Subject: Tomcat 5.5 won't do TLS
>
>maxThreads="150" minSpareThreads="2" maxSpareThreads="75"
> enableLookups="false" disableUploadTimeout="true"
> acceptC
2010/5/4 Looijmans, Mike :
> May 4, 2010 3:13:52 PM org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-443
The "Apr" in the above message means that you are using APR version
of the connector.
>
> maxThreads="150" minSpareThreads="2"
On 4 May 2010 14:22, Looijmans, Mike wrote:
> I'm trying to enable TLS (or SSL) in a Tomcat 5.5.29 server, on a
> Windows XP machine.
>
> Whatever I do, I always end up with a server that just delivers plain
> HTML on port 443, and it doesn't even try to use TLS.
[...]
>
> ma
I'm trying to enable TLS (or SSL) in a Tomcat 5.5.29 server, on a
Windows XP machine.
Whatever I do, I always end up with a server that just delivers plain
HTML on port 443, and it doesn't even try to use TLS. That is, I can
connect to http://localhost:443/ and get the same as http://localhost/
a