Skip to content

Commit

Permalink
Add more debug options
Browse files Browse the repository at this point in the history
  • Loading branch information
klasen authored Oct 6, 2023
1 parent 08dfe72 commit b21255b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ So far, I've come across the following parameters that seem relevant:

## Troubleshooting

To get increase the log level, set the following properties:
To get more detailed logs, set the following properties:

- java.security.debug
- <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#Debug>
- <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/ReadDebug.html>
- suggested option: `-Djavax.net.debug=ssl`
- suggested option: `-Djavax.net.debug=ssl,trustmanager,handshake`
- javax.net.debug
- <https://docs.oracle.com/javase/8/docs/technotes/guides/security/troubleshooting-security.html>
- suggested option: `-Djava.security.debug=certpath`
- suggested option: `-Djava.security.debug=properties,certpath`

## Servers

Expand Down

0 comments on commit b21255b

Please sign in to comment.