Proxy Authentication #978
Unanswered
Bharath-b10
asked this question in
Q&A
Replies: 1 comment
-
There are some options for setting proxy username and password using System properties. There is also the Socket Broker library which provides instance-based configuration for HTTP and SOCKS5 proxy access with username and password authentication. Apache NiFi uses the Socket Broker library to support proxy authentication with SSHJ. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know sshj supports proxy, and can be enabled by setting our custom socket factory implementation. But if the proxy requires Authentication is there a way to set username and password for the proxy authentication?
Something similar to https://github.com/mwiede/jsch/blob/master/src/main/java/com/jcraft/jsch/ProxyHTTP.java#L92
Beta Was this translation helpful? Give feedback.
All reactions