[ 
https://issues.apache.org/jira/browse/IGNITE-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803417#comment-15803417
 ] 

Alexey Kuznetsov commented on IGNITE-4520:
------------------------------------------

Val,

As far as I know it is possible to use proxy via system settings:

[1] Try to run agent with following options to use system proxy:
JVM_OPTS="-Djava.net.useSystemProxies=true"
./ignite-web-agent.sh

[2] If  [1] failed, try to run agent with following options to use custom proxy:
JVM_OPTS="-Dhttps.proxyHost=<your-proxy-ip> -Dhttps.proxyPort=<your-proxy-port>"
./ignite-web-agent.sh

But we will investigate if {{java.net.Proxy}} could be also used.

> Web console: allow agent to connect through proxy
> -------------------------------------------------
>
>                 Key: IGNITE-4520
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4520
>             Project: Ignite
>          Issue Type: Improvement
>          Components: wizards
>    Affects Versions: 1.8
>            Reporter: Valentin Kulichenko
>            Priority: Critical
>             Fix For: 2.0
>
>
> We currently assume that web agent will have direct access to console server. 
> Sometimes this is not true and any external Internet access is done through 
> SOCKS or HTTP proxy, potentially with authentication.
> We should add settings required for proxy (type, address, login, password) 
> and implement the support. {{java.net.Proxy}} class can be used for this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to