You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Guido Koeppe <ko...@atl.dtrd.de> on 2003/04/23 11:10:08 UTC

ConnectionTimeout für HTTPS-Connector takes no effect !

Hi everyone,

I have problems with to many open SSL-connections if they are not closed
by client.
The configured connectionTimeout does not release any open connection.

I checked this behavior by open multiple telnet sessions on port 8443.
These connections
Will never be closed by tomcat. This is only a problem with HTTPS, not
for HTTP connectors.
Earlier or later all thread will be busy.

The connector is configures in server.xml as follows:

   <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8443"
		acceptCount="100" bufferSize="2048" compression="off"
		connectionLinger="-1" connectionTimeout="1000" debug="0"
		disableUploadTimeout="false" enableLookups="true"
		maxKeepAliveRequests="100" maxProcessors="200"
minProcessors="5"
		proxyPort="0" scheme="https" secure="true"
		tcpNoDelay="true" useURIValidationHack="false">
		<Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
		clientAuth="false"  keystoreFile="C:\Programme\Apache
Group\Tomcat 4.1\webapps\server\ks"
		keystorePass="hoshos" keystoreType="JKS" protocol="TLS"
/>
    </Connector>

I am using Tomcat 4.1.24 on Windows 2000 with JDK 1.4.1.

Has any anybody an idea to enable hard timeouts for SSL in tomcat?

Guido Koeppe


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