-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCT-176: Handle incorrectly closed TLS connections
* Card ID: CCT-176 * Card ID: RHEL-17345 Some servers, like Quarkus, do not send the `close_notify` alert before closing their connection by default. This would cause subscription-manager to freeze until the TLS connection timeout was reached. This patch ensures we set our own timeout equal to 3x the response time of the connection, to kill the connection if we don't get a response back.
- Loading branch information
Showing
1 changed file
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters