Hello everyone! We are running Jenkins Master via Docker (Jenkins/Jenkins:LTS Java 11) and then using an NGINX Docker reverse proxy container to provide SSL certificate and more security. We changed the URL in Manage Jenkins > Configure System > Jenkins Location from "http://jenkinsserver.com:8080" to "https://jenkinsserver.com"
We are now receiving an error when connecting the nodes to Jenkins. This is the error from our java JNLP agent connection (I’ve changed server name/node names, etc.): ~ % curl -sO https://jenkinsserveraddress/jnlpJars/agent.jar <https://urldefense.com/v3/__https://jenkinsserveraddress/jnlpJars/agent.jar__;!!IfJP2Nwhk5Z0yJ43lA!LSP73T69hCCIULYheCAXT05xtMv6i5tCmMlm1tS_FvKkQnGKfTqm-5LZLjTlAYQcEk5jOyspcsPrHoJf7A3cK85S_kKBbw$> java -jar agent.jar -jnlpUrl https://jenkinsserveraddress/manage/computer/nodename/jenkins-agent.jnlp <https://urldefense.com/v3/__https://jenkinsserveraddress/manage/computer/nodename/jenkins-agent.jnlp__;!!IfJP2Nwhk5Z0yJ43lA!LSP73T69hCCIULYheCAXT05xtMv6i5tCmMlm1tS_FvKkQnGKfTqm-5LZLjTlAYQcEk5jOyspcsPrHoJf7A3cK853VoSLaw$> -secret secretphrasegoeshere Exception in thread "main" java.io.IOException: Failed to validate a server certificate. If you are using a self-signed certificate, you can use the -noCertificateCheck option to bypass this check. Thank you for any assistance anyone can offer! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/478a0765-bdc2-46c8-bb54-56583d0535adn%40googlegroups.com.