Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-29 Thread Les Mikesell
On Tue, Apr 29, 2014 at 1:22 AM, Marius Gedminas wrote: > On Mon, Apr 28, 2014 at 05:56:00PM -0700, Scott Hendrickson wrote: >> I guess I prematurely marked this as [SOLVED]. Thank you for the >> feedback! I incorporated it and did some more testing of the >> configuration. Here's what I'm experie

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-29 Thread Scott Hendrickson
Thanks Marius, good point. Fixed and fixed. On Mon, Apr 28, 2014 at 11:22 PM, Marius Gedminas wrote: > On Mon, Apr 28, 2014 at 05:56:00PM -0700, Scott Hendrickson wrote: >> I guess I prematurely marked this as [SOLVED]. Thank you for the >> feedback! I incorporated it and did some more testing of

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Marius Gedminas
On Mon, Apr 28, 2014 at 05:56:00PM -0700, Scott Hendrickson wrote: > I guess I prematurely marked this as [SOLVED]. Thank you for the > feedback! I incorporated it and did some more testing of the > configuration. Here's what I'm experiencing: > > (1) "ProxyPreserveHost On" seems to make the outpu

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Scott Hendrickson
I guess I prematurely marked this as [SOLVED]. Thank you for the feedback! I incorporated it and did some more testing of the configuration. Here's what I'm experiencing: (1) "ProxyPreserveHost On" seems to make the output filters unnecessary, as you guessed. However, if I remove the Header edit L

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Daniel Beck
On 28.04.2014, at 06:54, Scott Hendrickson wrote: > (2) Some pages returned absolute links (e.g., > "http://localhost:8080/jenkins/..."; ) rather than relative links. > Specifically, go to Jenkins' "People" page and select a user. The user's icon > is broken. To fix this, I added an output fi

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Daniel Beck
On 28.04.2014, at 17:50, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: > Is the AllowEncodedSlashes issue also present in Apache HTTPD 2.2.x, or just > 2.4.x? 2.2.18+, see http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes -- You received this message because you are subscribe

Re:[SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Interesting! Thanks for the report, I'll have to experiment with this when I bring my Jenkins back up. Is the AllowEncodedSlashes issue also present in Apache HTTPD 2.2.x, or just 2.4.x? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At:

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Marius Gedminas
On Sun, Apr 27, 2014 at 09:54:30PM -0700, Scott Hendrickson wrote: > After some effort, I finally got Apache with an SSL connection to correctly > proxy to Jenkins at localhost:8080/jenkins. There were two issues: > > (1) The AllowEncodedSlashes setting is not inherited by virtual hosts, and > v