Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1164 from dwnusbaum/JENKINS-47279
[JENKINS-47279] Add warning for HTTP mode CLI with Apache reverse proxies
  • Loading branch information
bitwiseman committed Oct 13, 2017
2 parents 0c002fb + f42014b commit b00d142
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/doc/book/managing/cli.adoc
Expand Up @@ -243,6 +243,15 @@ Generally no special system configuration need be done to enable HTTP-based CLI
If you are running Jenkins behind an HTTP(S) reverse proxy,
ensure it does not buffer request or response bodies.

[WARNING]
====
The HTTP(S) connection mode of the CLI in Jenkins 2.54 and newer does not work
correctly behind an Apache HTTP reverse proxy server using mod_proxy. Workarounds include using
a different reverse proxy such as Nginx or HAProxy, or using the SSH connection
mode where possible. See
link:https://issues.jenkins-ci.org/browse/JENKINS-47279[JENKINS-47279].
====

==== SSH connection mode

Authentication is via SSH keypair.
Expand Down

0 comments on commit b00d142

Please sign in to comment.