Skip to content
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

It appears that your reverse proxy set up is broken. #3

Open
nicolimo86 opened this issue Mar 23, 2020 · 2 comments
Open

It appears that your reverse proxy set up is broken. #3

nicolimo86 opened this issue Mar 23, 2020 · 2 comments

Comments

@nicolimo86
Copy link

nicolimo86 commented Mar 23, 2020

Jenkins shows the message "It appears that your reverse proxy set up is broken. " in the page http://host/jenkins/manage.
This issue is present despite I see the following lines in the nginx config file:

# Fix the "It appears that your reverse proxy set up is broken" error.
        proxy_pass              http://jenkins:8080/jenkins/;
        proxy_read_timeout      90;

        proxy_redirect          http://jenkins:8080/jenkins http://localhost/jenkins;

This line is present in the Jenkins's logs:
jenkins | 2020-03-23 17:07:13.425+0000 [id=68] WARNING h.d.ReverseProxySetupMonitor#getTestForReverseProxySetup: http://10.69.122.183/jenkins/manage vs. http:

@aamsur
Copy link
Contributor

aamsur commented Feb 23, 2021

PR #4 will solve this issue. @mjstealey

@cw1427
Copy link

cw1427 commented Mar 6, 2021

jenkins 8080 port can not be accessed in nginx continer. How to resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants