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

(bug) : Gitpod reverse proxy setup is broken #61

Closed
ash-sxn opened this issue Jun 27, 2023 · 4 comments
Closed

(bug) : Gitpod reverse proxy setup is broken #61

ash-sxn opened this issue Jun 27, 2023 · 4 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@ash-sxn
Copy link
Owner

ash-sxn commented Jun 27, 2023

  • gitpod show this warning in manage Jenkins
It appears that your reverse proxy set up is broken.`
  • not the priority right now, just for remembering later after midterm presentation
@ash-sxn ash-sxn added the bug Something isn't working label Jun 27, 2023
@gounthar gounthar added this to the Second GSoC term milestone Jun 27, 2023
@gounthar gounthar added the enhancement New feature or request label Jun 27, 2023
@gounthar gounthar modified the milestones: Second GSoC term, Week 28 Jul 6, 2023
@MarkEWaite
Copy link
Contributor

Reverse proxy setup is also broken on a local installation, not just on GitPod

@gounthar
Copy link
Collaborator

gounthar commented Jul 7, 2023

We'd better fix that one quickly. 👍

@gounthar
Copy link
Collaborator

Following https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-troubleshooting/#further-diagnosis diagnosis:

curl -iL -e  https://8080-ashsxn-gsoc2023dockerba-cdgaseid4og.ws-eu102.gitpod.io/jenkins/manage https://8080-ashsxn-gsoc2023dockerba-cdgaseid4og.ws-eu102.gitpod.io/jenkins/${BASE}/test
HTTP/2 404 
cache-control: must-revalidate,no-cache,no-store
content-type: text/html;charset=iso-8859-1
server: Jetty(10.0.13)
x-content-type-options: nosniff
content-length: 517
date: Mon, 24 Jul 2023 17:02:52 GMT

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404 Not Found</h2>
<table>
<tr><th>URI:</th><td>/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/test</td></tr>
<tr><th>STATUS:</th><td>404</td></tr>
<tr><th>MESSAGE:</th><td>Not Found</td></tr>
<tr><th>SERVLET:</th><td>Stapler</td></tr>
</table>
<hr/><a href="https://eclipse.org/jetty">Powered by Jetty:// 10.0.13</a><hr/>

</body>
</html>

@gounthar
Copy link
Collaborator

See #114 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants