Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] ProxyServlet$Transparent returns 502 for external sites
  • From: "Houtman, Roland" <Roland.Houtman@xxxxxxxxxxxxxxx>
  • Date: Thu, 18 Jul 2019 16:49:54 +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=NYNUk8ZDvRx6goONFvq7+hdCXcsK+DsoIjfOrrNmAww=; b=RzPg1PIKRUfzesdlGT1U8ZQvD7RSRxmXRHVKR0hjI7v4FLvGWD8Q+LDBglTwcYD7mP6yeiEDHc8QYRw2OCJDiQ2UDMKjeSQF6+x0xsLZrg0RfTVzdd9ul6Y/Q8FU+0SLA7ORseo6DJvxVdvgbUW+FxmMualfpJR18xZ5UfNOseTSMZIzrf7euUmVaX+wlerzwl3D2amVjZqe6rUFcfjrvyP5E9HqHbJATyiAGUdiFWF/0mdvosttxcOfQejfcD1RH254gsCwUDP++R+anm5WkcCtmuHChTHO2/Uy53PAcryi6+ch6poUBnNci3MFyPliZUQXIj3pKNY8iPJIQ6ZVwA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NGBPpTegvDYMDbx2aRyYqt+Q4Zeo13tuW+zy98aAGs0QoOdd5wg1NonZaDpKy0LPZPpWaZ8epH32hO9s/9DWstG9CBkDfg7YOz731JFgAKQnG1STyYgXMfu9DGEav18TWreS6WU3zIwrLOtcPIBNOvQckMPhxtfiimaP83Wf0rz7Od1IJXMOmKqMbF+Y3s2vPDykxsbP3XxK80cT4k6Rt9O2Mrhn1NCfxzkZwdvtmZApAdqhXUfMRzRXIVTKTbBJHdh0yLfaYGccI1N4yxnNzHWwBwhD67sM8Vt9FWOuGWke3RJfD2gQAvuJJm/t1M/XLoJgZP0TdDlp4Kfpn6fYfQ==
  • 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: AdU9htrhClk2Co6pSLa0MNpBThZ/jQ==
  • Thread-topic: ProxyServlet$Transparent returns 502 for external sites

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

 

 

 

 

 

Attachment: web.xml
Description: web.xml

Attachment: error.log
Description: error.log


Back to the top