Hi,

I am trying to upload a file size of 2MB to my server.  Doing it without SSL 
takes only 1 sec but doing it over SSL takes so long that the server time out.  
Longer than 10 min!
I have searched everywhere but I can't find any solution.  Please help.

Server Specs:
Window XP
Tomcat 6
   Connector:
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
           port="443" minSpareThreads="5" maxSpareThreads="75"
           enableLookups="true" disableUploadTimeout="true" 
           acceptCount="100"  maxThreads="200"
           scheme="https" secure="true" SSLEnabled="true"
           keystoreFile="C:/keystore/.keystore" keystorePass="changeit"
           clientAuth="false" sslProtocol="TLS"/>

Thank you,
Henry

       
---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.

Reply via email to