I am trying to set jsse.enableSNIExtension property to false but each time when I try I get java manual.
java -Djsse.enableSNIExtension=false
I had problem mentioned in here SSL handshake alert: unrecognized_name error since upgrade to Java 1.7.0
Any suggestion will be appreciated.
Wicked late, but here:
System.setProperty ("jsse.enableSNIExtension", "false");
Execute the following in command line to run Jenkins war file which is present in "c:\Jenkins"
java -Djsse.enableSNIExtension=false -jar c:\Jenkins\jenkins.war
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