-
Bug
-
Resolution: Fixed
-
Major
-
None
Hi,
I'm using Jenkins 1.425-SNAPSHOT deployed like this :
- OS : Ubuntu 11.04
- AppServer : Apache Tomcat 6.0.32
- Reverse Proxy : Apache HTTPd with mod-proxy-httpd
Jenkins is exposed only using https on the apache side.
The reverse proxy has this sort of config :ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:20020/ acquire=1000 retry=30 ProxyPassReverse / http://localhost:20020/ <Proxy *> Order deny,allow Allow from all </Proxy>
I cannot use the Jenkins CLI if the firewall is activated and I receive a Connection Timeout Error.
Jenkins probably opens a communication port (JNPL ?) that the CLI cannot use.
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
cli/src/main/java/hudson/cli/CLI.java
http://jenkins-ci.org/commit/jenkins/5f756c61706911f8db10897956657c7a2e50eda0
Log:
[FIXED JENKINS-10611] fall back to HTTP if direct TCP connection doesn't
work.