On 18/02/2010 17:15, iainmac wrote:
> 
> <Connector port="443" 
>      protocol="HTTP/1.1" 
>      maxHttpHeaderSize="8192"
>      maxThreads="150"
>      enableLookups="false" 
>      disableUploadTimeout="true"
>      acceptCount="100" 
>      scheme="https" 
>      secure="true"
>      SSLEnabled="true" 
>      SSLProtocol="TLSv1"
>      SSLPassword="****"
>      SSLCertificateFile="*****"
>      SSLCertificateKeyFile="******" />

Looks good.

> 18-Feb-2010 17:04:48 org.apache.coyote.http11.Http11AprProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-443

This indicates that the SSL connector started up with http rather than
https. It would end "https-443" if it were using ssl. Usually, that
means SSLEnabled="true" was not set but I see it is there in your case.

I'd upgrade to native 1.1.20 as there are a bunch of bug fixes.

Also, which platform and where did you get the binaries from?

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to