suyashkumar/jenkins-ssl-docker

How to run locally?

juank11memphis opened this issue · 1 comments

Hi,

I was trying to test this on my local but it is not working.
I ran this:

docker run -p 443:4430 -v jenkins_home:/var/jenkins_home suyashkumar/jenkins-ssl-docker

But then if I go to http://localhost:443 I see nothing. I was expecting to see Jenkins UI.

Am I doing something wrong?

Hiya @juank11memphis! I’m at dinner right now, but off the top of my head try going to https://localhost or https://localhost:443. Right now there isn’t a proxy server to re-route traditional HTTP requests to the HTTPS TLS/SSL requests, but would love to add one (check out my suyashkumar/ssl-proxy repo)