Recently, I was learning Jenkins. When configuring SVN, I found that there are always errors
javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_ name
This error was encountered when using the SVN plug-in of idea. Just add the following code to the Java parameter:
-Djsse.enableSNIExtension=false
In Jenkins, use the following method to solve the problem:
1. If you start from the command line, add the following (brilliant part) at startup:
@echo off
set JENKINS_ HOME=D:\jenkins
D:\jdk1.7.0_ 40\bin\java -Djsse.enableSNIExtension=false -jar %JENKINS_ HOME%\jenkins.war –httpPort=8000
2. Open jenkins.xml file in Jenkins directory when starting windows service, and add it in the following parts:
< arguments>- Djsse.enableSNIExtension=false -Xrs -Xmx256m -jar “%BASE%\jenkins.war” –httpPort=8000 -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle</ arguments>
Similar Posts:
- Jenkins management interface Error: incorrect reverse proxy settings [How to Solve]
- Jenkins – mvn: command not found
- [Solved] NB: JAVA_HOME should point to a JDK not a JRE
- An error is reported when the docker command is executed in Jenkins
- How does MAC uninstall Jenkins
- Yet Another Java Service Wrapper
- [Solved]Jenkins Error: ERROR_ Failed to parse POMs
- How to Replace log4j with shell Script in Bulk
- Jenkins Maven image surefire plugin failed to run [How to Solve]
- Jenkins ios rror: No signing certificate “iOS Distribution” found: No “iOS Dist…