[forge-issues] [JBoss JIRA] (FORGE-421) Proxy support

Lincoln Baxter III (Commented) (JIRA) jira-events at lists.jboss.org
Wed Jan 4 10:25:09 EST 2012


    [ https://issues.jboss.org/browse/FORGE-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653802#comment-12653802 ] 

Lincoln Baxter III commented on FORGE-421:
------------------------------------------

Hi,

We currently don't support Proxy configuration, but it's definitely something we need! Is this something you could look at? It's relatively simple, I think. Just need to set some system properties:

http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html

this could be done by setting  FORGE_OPTS in your terminal environment before executing Forge itself (or adding them to your profile or windows settings):

unix:
{code}export FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com -Dhttp.proxyPort=8080"{code}

windows:
{code}set FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com -Dhttp.proxyPort=8080"{code}
                
> Proxy support
> -------------
>
>                 Key: FORGE-421
>                 URL: https://issues.jboss.org/browse/FORGE-421
>             Project: Forge
>          Issue Type: Enhancement
>          Components: Shell, Windows
>    Affects Versions: 1.0.0.Beta5
>         Environment: Windows7 -32b
>            Reporter: Esteve Aviles
>            Priority: Optional
>              Labels: proxy, settings
>
> Is there any way to configure forge to use proxy.
> I have problems while trying to install new plugins:
> -set DEFAULT_PLUGIN_REPO https://raw.github.com/forge/plugin-repository/master/repository.yaml
> -forge install-plugin arquillian
> -Connecting to remote repository [https://raw.github.com/forge/plugin-repository/master/repository.yaml]... ***ERROR*** [forge install-plugin] Connection to https://raw.github.com refused
> I am behind a proxy. I have no problem in downloading it with an explorer. Maven also works fine.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list