-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection timeout Jetty-9.3.11 #1155
Comments
The first one looks like a normal case where the client is not sending to the server all the required data, and the server times out waiting for the client to finish to send the data. The second case looks like the client is sending corrupt TLS data. Without other information, we can't help you more. |
@sbordet thanks for your reply, we see following two exceptions on client, and server sometimes reports and sometimes does not. I do not have more details in server logs, could you please suggest if its really due to corrupted TLS data or Server can not recognize ciphers?
|
The first log you reported show that the connection has been closed by the server, so you will need debug information on the server to know why. The second log shows a connection refused, so probably the server was down. Have you tried to make the request without |
No more info provided by original poster, closing. Please reopen if it's still an issue for you. |
I get below two exceptions after some hours of testing with Jetty 9.3.11, it says connection timedout even the timeout set to 10 Minutes, can anybody please help if its related to connection threadpool or network, ssl?
The text was updated successfully, but these errors were encountered: