Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ProxyServlet$Transparent returns 502 for external sites
  • From: "Houtman, Roland" <Roland.Houtman@xxxxxxxxxxxxxxx>
  • Date: Fri, 19 Jul 2019 07:42:44 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=nl.yokogawa.com;dmarc=pass action=none header.from=nl.yokogawa.com; dkim=pass header.d=nl.yokogawa.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=o8t3LafKgBM6mnAXZi97f3FlKIEDu4JyCPwpc7Ku5qE=; b=ga41n+r/sklF9YomhWHAxGqmFhBLSLypSxlrt3DeFx3EbZpa22FFVc8ki3FI7DhLKAjND3Pn4YNoIMQoyFmRLwb9wgu9kHujCpMAMoUEeilfsHVzG7uhRTU+tbjBIn3RnPB69rRrif31snKAZ3iC10ONKmx7DPCixsvpXpBL4+rKNp9pSWrzX/EuzOSG3oCPwKlVv9KqDkOikp/9JM/28FZKHi9decjxlFD8rRzEXoUP7y9bNYhXnrpC2g9dB+bvFjPkjukfU0PXu2+FCYX4qJFqKXhnopX3IL4VuEUEeFCfp+P+sCGvaJe22A5qqv1/oZ7Gp+TrcnazBrcqLBsbUA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=c9V5AIgjbKSzMEdWvt4ZacgT3lgF+ku1Ts8GKMu4gzZDXuhznfE+n1KKRaAFGR7YIsJ1LxsEvwS5kND9n6/eRtkcbREP8pxrQLVk9UBug24g49oMPsB/zGImYBJs7RT2/32HZcVA88OTrNl9avYSdiU5Dncyy/Pn8x69QuBoHd/CJ36/BbVlH4WefMdMO3IW+WwNx7JQHOU6vLGF3CYcbue8zhsMndu/Z8HbFjprzWqGy+j1yGQBLmX8CQytHQvWdPZih8p7OI4AcpHZLk+fFfz23n9GZ9w+T+LHXMobcsai7cr0at3LahVIMKQP2OkRnX8mY0YYYu7z7B578yYyRA==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVPY5Knm9n8PIZB0mgv3MtTBUkfabRjhUw
  • Thread-topic: [jetty-users] ProxyServlet$Transparent returns 502 for external sites

Thanks,

 

I downloaded Jetty latest 9.4, ran the demo-base and was looking around,

Then I found that the transparent-proxy is used for redirecting to the online Javadoc

               Localhost:8080/proxy/current

 

So, I click it and I also get “502 bad gateway”

 

Is there some logging which I can pick up to see why the remote site returns 502?

 

 

Kind regards

 

 

From: jetty-users-bounces@xxxxxxxxxxx <jetty-users-bounces@xxxxxxxxxxx> On Behalf Of Joakim Erdfelt
Sent: Thursday, July 18, 2019 7:29 PM
To: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
Subject: Re: [jetty-users] ProxyServlet$Transparent returns 502 for external sites

 

Start by upgrading your version of Jetty, and try again.

 

Version 9.0 was an experimental / transitional release series between Servlet 3.0 (Jetty 8) and 3.1 (Jetty 9).

That series has been EOL (End of Life) for a long time. (many years now)

 


Joakim Erdfelt / joakim@xxxxxxxxxxx

 

 

On Thu, Jul 18, 2019 at 11:50 AM Houtman, Roland <Roland.Houtman@xxxxxxxxxxxxxxx> wrote:

Hi,

 

I’m trying to use the ProxyServlet$Transparent

So far I am succeeding when proxying HTTP requests to my local GeoServer

 

But when I proxy to a www URL, then I get 502 bad gateway on two separate servers.

 

I’m working from office, so I do work behind a proxy.

What are things I can check to come closer to fixing this issue?

 

I listed the test URLS in the web.xml for reference and minimal-test-setup

Using jetty-9.0.7.v20131107

 

Kind regards,

Roland

 

 

 

 

 

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


Back to the top