DEV Community

mhsohag11
mhsohag11

Posted on

Answer: Jenkins / Apache Reverse Proxy Error

I know this is an old question, but I was having the same problem with the error:

HTTP ERROR 404

Problem accessing /administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/testForReverseProxySetup/https%3A%2F%2Fbuild.scopeitconsulting.com%2Fmanage/. Reason:

http://build.domain.com/manage vs. https://build.domain.com/manage

I was able to solve my problem by including the two lines from the author's question:

RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay