-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL/TLS httpPort(s) options not working #1019
Comments
I am facing the same problem did someone already found a solution for this problem? |
#1292 |
This worked for me with my custom build jenkins docker : jenkins:rh-lts, this image does have docker client installed and mapping to jenkins uid to image uid and docker guid to image guid (I still get permission issue), ssl works when I've mounted the jks file. my custom image jenkins:rh-lts was built from jenkins:lts docker container run -d --restart unless-stopped -u jenkins:jenkins --network transcribe_internal -p 8777:443 -v /var/run/docker.sock:/var/run/docker.sock -v I still get docker permission error with the below docker cmd in a job, any help here would be appreciated: docker inspect -f . maven:3.8.7-eclipse-temurin-11 Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/maven:3.8.7-eclipse-temurin-11/json": dial unix /var/run/docker.sock: connect: permission denied |
Developers have changed the parameters for the upgrade of jetty server: "Winstone 6.1: Upgrade Jetty from 9.4.46.v20220331 to 10.0.11" --> jenkinsci/jenkins#6801 |
Issues and Contributing
Please note that only issues related to this Docker image will be addressed here.
If after going through the previous checklist you still think you should create an issue here please provide:
Not able to get ssl/tls on my jenkins docker container using your example nor the example from StackOverflow:
Docker commands that you execute
Dockerfile
other run
docker run -p 443:8443 jenkins --httpPort=-1 --httpsPort=8443 --httpsKeyStore=/var/jenkins_home/jenkins_keystore.jks --httpsKeyStorePassword=mypassword
Actual result
Not able to reach on port 443 because jenkins is expecting port 8080...
Expected outcome
50000/tcp, 0.0.0.0:443->8083/tcp
Output of
docker version
Docker version 19.03.8, build afacb8b
The text was updated successfully, but these errors were encountered: