I'm trying to get jenkins running behind IIS7 using a reverse proxy - so that all users have to do is enter http://jenkins rather than remembering port number or anything else cryptic. I have a DNS mapping for the Windows 2008 server that I have jenkins installed on and have set up an incoming url rewrite rule for jenkins to jenkins:8080 that works wonderfully. I've also set Jenkins URL in Jenkins system configuration page to http://jenkins/.
Most of the time Jenkins does a great job of using the new url, but every now and then (eg clicking on Build History link) the port number creeps back in. Just noticed that IE works fine, this issue seems to be related to Firefox! I assume that I need to add an outbound rule for rewriting responses (seems to be described here: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken) but whenever I do that I get a 505 response and can't access jenkins any more. Any suggestions? -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
