2010/5/25 Jeff <jwi...@cox.net>:
> Any clues as to what is wrong?

>   6.          useIPVHosts="true" />

Thus you should use IP addresses as host names (or as aliases).

>   8. <Connector address="1.2.3.4" port="443"
>   9.          protocol="org.apache.coyote.http11.Http11Protocol"
>  10.          SSLEnabled="true"
>  11.          maxThreads="150" scheme="https" secure="true"
>  12.          clientAuth="false" sslProtocol="TLS"
>  13.          keystoreFile="/usr/share/tomcat/.keystore"
>  14.          keystorePass="changeit" />

Your HTTPS connectors do not have the "useIPVHosts" flag set.

The above are just my guesses, but I hope that it helps.

Best regards,
Konstantin Kolinko

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

Reply via email to