Skip to content

Conversation

@sudharsannr
Copy link

@sudharsannr sudharsannr commented Sep 14, 2023

This library would need a support to tunnel netconf/ssh through HTTP 1.1 CONNECT message through the TLS socket connection between the client and the proxy.
After this change, netconf-java will have the option to use either SOCKS5 proxy or HTTP proxy (listening on TLS). These are set using the following envs:

For HTTP Proxies:

  • HTTP_PROXY_HOST
  • HTTP_PROXY_PORT
  • HTTP_PROXY_USER
  • HTTP_PROXY_PASS

For SOCKS5 Proxies:

  • SOCKS_PROXY_HOST
  • SOCKS_PROXY_PORT
  • SOCKS_PROXY_USER
  • SOCKS_PROXY_PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant