[
https://issues.apache.org/jira/browse/IGNITE-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811506#comment-15811506
]
Andrey Novikov commented on IGNITE-4520:
----------------------------------------
Investigating.
More detailed description
http://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html
about system properties.
[1] Working under windows, may be linux.
[2] For authentication under http, https proxy we can we can use following
pattern for http.proxyHost or https.proxyHost: <login>:<password>@<hostname |
address>
> 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
> Assignee: Andrey Novikov
> 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)