-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCT-176: Do not wait until the server closes the TLS connection
* Card ID: CCT-176 * Card ID: RHEL-17345 Starting with TLS 1.1, it is not required of the server to send the `close_notify` alert before closing their the connection. TLS 1.3 uses half-close policy which extends this behavior. Candlepin is migrating to Quarkus which does not send these messages by default. This makes subscription-manager hang during the `.sock.unwrap()` because it waits for the message until it timeouts.
- Loading branch information
Showing
1 changed file
with
37 additions
and
13 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