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 it?

If you want to protect your Jenkins setup with SSL, I'd recommend
running an Apache2 or NGinx webserver as a reverse proxy in front of it
to handle the SSL stuff (see Jenkins documentation). This could be
running directly on your Docker host, inside a container or even on a
remote machine, but that's up to you.

As long as you don't have this set up, it doesn't make sense to try to
connect using https://. Please first try to connect w/o SSL to confirm
it's working, by using "curl http://<hostname>:8080" from a remote
host. Then setup SSL.

BTW: If you change your "-p 8080:8080" to "-p 80:8080", to map the
hosts port 80 to the containers port 8080, you can omit the port number
when running your curl command, since 80 is the standard port for
http:// (the command becomes just "curl 
http://<hostname id="-x-evo-selection-start-marker">>".

HTH...

        Dirk

-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8e9c9c26e7f802d10521db8cd27e9f957cfdb985.camel%40opentext.com.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to