Jenkins: Use it with SSL / https
- by Tim
I have a Fedora server running Jenkins which I install via yum.
Everything is okay, I can access it with http://ci.mydomain.com.
But now, I want to access it with https://ci.mydomain.com, so the login with username and password is encrypted.
How can I do this?
Best Regards Tim
Update
My /etc/sysconfig/jenkins file. Starting Jenkins works, but I…