Running Jenkins with SSL on default HTTPS port

Note: Since Jenkins is a java application running with limited system permission, it’s socket listeners can’t listen on ports below 1024. So if you want to run Jenkins with HTTPS enabled on the default HTTPS-port 443, you need some work around. Basic solution (complete): Here are the complete steps I took when switching one of… Continue reading Running Jenkins with SSL on default HTTPS port