forked from java-native-access/jna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more details to SSLHandshakeException (java-native-access#183)
Motivation: At the moment we dont provide a lot of details in the SSLHandshakeException which makes it hard to understand why a handshake fails. Modifications: - Add native method which will peek into the error queue and provide more details if possible - Use these details when constructing the exception message Result: Easier to debug SSLHandshakeException causes
- Loading branch information
1 parent
b8808d5
commit 9488b03
Showing
3 changed files
with
25 additions
and
6 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
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
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