Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-11 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 11.02.2021, 03:36 -0800 schrieb anilkumar panditi: > Could you please give the docker run command to use 443 , I could (and did, see my previous responses), but I doubt it would make sense, since I don't think the Jenkins inside your container is configured to use SSL, or is

Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-11 Thread anilkumar panditi
Hi Dirk, Could you please give the docker run command to use 443 , Thanks Anil Panditi On Wednesday, 10 February 2021 at 17:39:44 UTC+5:30 dheinric wrote: > Am Mittwoch, den 10.02.2021, 04:00 -0800 schrieb anilkumar panditi: > > docker run --name myjenkins -d -u root -p 8080:8080 -p 5:5

Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, den 10.02.2021, 04:00 -0800 schrieb anilkumar panditi: > docker run --name myjenkins -d -u root -p 8080:8080 -p 5:5 -v > $(which docker):/usr/bin/docker -v /jenkins:/var/jenkins_home -v > /var/run/docker.sock:/var/run/docker.sock myjenkins > > And i curled from other host

Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread anilkumar panditi
Hi Dirk, Thank you , Jenkins container started like below. docker run --name myjenkins -d -u root -p 8080:8080 -p 5:5 -v $(which docker):/usr/bin/docker -v /jenkins:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock myjenkins And i curled from other host and it gets

Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, den 10.02.2021, 00:14 -0800 schrieb anilkumar panditi: > And i have curled on host where Jenkins running as docker container , So, this seems to be a Docker question rather than a Jenkins one, doesn't it? Anyway, did you start your container with an appropriate port mapping for port

Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread anilkumar panditi
Hi, I have configured jenkins URL , Manage Jenkins>System configuration>Jenkins Location>Jenkins URL ex: https://.com/ And i have curled on host where Jenkins running as docker container , [root@ip- ~]# curl -kv https://.com/ * About to connect() to DNS.com port 443 (#0) * Trying x... *