Skip to content
Snippets Groups Projects
Unverified Commit 9b7e091b authored by Norman Maurer's avatar Norman Maurer Committed by GitHub
Browse files

Add SslHandshakeTimeoutException and use it for handshake timeouts (#10062)

Motivation:

Often it is useful to be able to detect different sorts of SSL errors that cause the handshake to fail. To make this easier we should throw and explicit exception type for handshake timeouts.

Modifications:

- Add SslHandshakeTimeoutException (which extends SSLHandshakeException) and use it for handshake timeouts
- Adjust testcases

Result:

Easier to detect that handshake failed because of a timeout
parent b64abd0e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment