I wan't to investigate a SSL error happening when resolving a maven-dependency. In my naivety, I thought this will do the trick.
export GRADLE_OPTS=-Djavax.net.debug=ssl
But it doesn't. There is no SSL output at all. Also appending
--debug
Does not help. How can I turn on the SSL log then?
The SSL Debugging can be enabled by adding following to the JVM startup option : -Djavax. net. debug=all.
Try creating a file gradle.properties in the project root folder with the contents
org.gradle.jvmargs=-Djavax.net.debug=ssl
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With