[Bug 3690] Iced Tea Web OpenJDK - do not use Proxy

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jan 30 19:46:48 UTC 2019


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3690

Severin Gehwolf <sgehwolf at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sgehwolf at redhat.com

--- Comment #1 from Severin Gehwolf <sgehwolf at redhat.com> ---
Is there a itweb-settings program? If so it should launch a GUI program which
has a "Network" item. There you should see various proxy related settings.

Alternatively itweb-settings should be able to set this via a CLI:

$ itweb-settings -list | grep proxy
deployment.proxy.http.port: null
deployment.proxy.auto.config.url: null
deployment.proxy.https.host: null
deployment.proxy.override.hosts: null
deployment.proxy.socks.port: null
deployment.proxy.socks.host: null
deployment.proxy.bypass.local: null
deployment.proxy.http.host: null
deployment.proxy.https.port: null
deployment.proxy.same: false
deployment.proxy.ftp.port: null
deployment.proxy.bypass.list: null
deployment.proxy.type: 3
deployment.proxy.ftp.host: null

Then for example:
$ itweb-settings -set deployment.proxy.http.port 88

HTH

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190130/5ac00f86/attachment-0001.html>


More information about the distro-pkg-dev mailing list