Skip to content

Support for Proxy-over-SSL #2348

Open
@micw

Description

@micw

Motivation

I have a network which is reachable by a proxy only. The proxy itself is an apache2 configured as proxy. The proxy is exposed via https. The ressources within the network are reachable by http.

This setting works easily with curl:

curl --proxy https://proxy:secret@my-rpoxy-server:443 http://10.200.6.245/
  • Proxy-Connection is established with SSL
  • connection from proxy to backend is established without SSL

Desired solution

This should also be possible with netty. I have seen some potentially related issues which are closed without obvious reason (#2178, #2165).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions