Category: SSL
-
Jenkins CI and HTTPS certificates (starting and accessing Jenkins)
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
-
Jenkins vs Java8 – SSL, fonts, “-Djava.awt.headless=…”, …
I had to migrate from Java7 to Java8 eventually. When you start launching your jenkins WAR file, you will run into at least these issues: for HTTPS you are requested to create a certificate “-Djava.awt.headless=…” font trouble In order to ignore the HTTPS / certificate noise for the time being, I switched on the HTTP…