You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul Singleton <pa...@jbgb.com> on 2005/06/05 23:15:29 UTC

sslProtocol default value in 5.5.9 - broken?

5.5.9's documentation for the standard HTTP connector
says, in "SSL Support"

sslProtocol
     The version of the SSL protocol to use.
     If not specified, the default is "TLS".

If I configure my HTTPS connector with the (supposedly
redundant) attribute

     sslProtocol="TLS"

then it works fine, but if I leave it out, requests
just hang and eventually time out (Firefox says "The
request to xxx.yyy has terminated unexpectedly. Some
data may have been transferred")

<Connector port="8080" redirectPort="8443" />
<Connector port="8443" scheme="https" secure="true" sslProtocol="TLS" />

Am I missing something, is this a documentation bug
or a Tomcat bug?

Paul Singleton


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.2 - Release Date: 4/Jun/2005


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: sslProtocol default value in 5.5.9 - broken?

Posted by Mark Thomas <ma...@apache.org>.
Paul Singleton wrote:
> If I configure my HTTPS connector with the (supposedly
> redundant) attribute
> 
>     sslProtocol="TLS"
> 
> then it works fine, but if I leave it out, requests
> just hang and eventually time out (Firefox says "The
> request to xxx.yyy has terminated unexpectedly. Some
> data may have been transferred")
> 
> Am I missing something, is this a documentation bug
> or a Tomcat bug?

It is a bug. I have fixed it in CVS and the fix will be included in the 
5.5.10 and later releases.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org