Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4280 | major | always | 11-02-10 13:14 | 02-22-11 10:47 | |
|
|||||
Reporter: | nicolai | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | high | OS Version: | |||
Status: | closed | Product Version: | 4.0.9 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.16 | ||
|
|||||
Summary: | 0004280: Resin Pro with openssl does not timeout connections | ||||
Description: |
Install resin pro with open ssl. Tested on Solaris 10, with 64-bit openssl and 64 bit java. From a client do: $ openssl s_client -connect <server>:8443 You'll see the SSL negotiation, then wait for 20+ minutes. Resin won't timeout and close the connection. Now try: $ openssl s_client -connect <server>:8443 <Negotiation> GET / HTTP/1.1 Don't enter the rest of the request. Wait for 20+ minutes. Resin won't timeout and close the connection. Now try: $ openssl s_client -connect <server>:8443 <Negotiation> GET / HTTP/1.1 Host: <server> You'll see the response, now wait for the configured timeout. Resin will timeout the connection and close it. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|