Open bertramn opened 8 years ago
have you set it like this? I think you might have a problem in your settings, mines are working perfectly.
<settings>
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>your.web-proxy.com</host>
<port>8080</port>
<nonProxyHosts>*.internal</nonProxyHosts>
</proxy>
</proxies>
...
Hi there,
I tried to build a project that makes use of your maven plugin. My pc is behind a corporate firewall which is gernerally not an issue as both my environment variables and also the settings.xml file are configured with the proxy information. Any other maven initiated download from the public web works but your plugin seems to fail downloading node resources.
I can see some log entry about a proxy but the SSL negotiation fails as it tries to connect via the proxy. I think that albeit the protocol for the proxy is set to
http
it may usehttps
to connect via the proxy, at least thats what the SSL trace suggests in the below trace.Proxy configuration I use in the settings.xml file:
As said before, I never had any issues with maven behind the proxy and used many different plugins that pull either maven resources or just download files from the web.
Maven Version:
Maven Trace Log: