-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Today were are not able to build the servers zips on PNC using prospero
PNC works behind a proxy and provide the properties http.proxyHost, http.proxyPort, http.proxyUser, http.proxyPassword, but looks like the default java url handler ignores the user and password
In that way every time that we have an URL in some channel we got an error:
blocklist: url: "https://gitlab.cee.redhat.com/jboss-set/channel-definitions/-/raw/main/eap-80-test-build/blocklist.yaml" manifest: url: "https://gitlab.cee.redhat.com/jboss-set/channel-definitions/-/raw/main/eap-80-test-build/manifest.yaml"
[ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.7.1:wget (download-definition) on project jboss-eap: Download failed with code 407: Proxy Authentication Required -> [Help 1]
Using channels: # manifest: https://gitlab.cee.redhat.com/jboss-set/channel-definitions/-/raw/main/eap-80-test-build/manifest.yaml repositories: id: brew url: https://download.eng.bos.redhat.com/brewroot/repos/jb-eap-8.0-maven-build/latest/maven/ # manifest: org.jboss.eap:wildfly-ee-galleon-pack:8.0.0.GA-redhat-00006 repositories: id: brew url: https://download.eng.bos.redhat.com/brewroot/repos/jb-eap-8.0-maven-build/latest/maven/ id: central url: https://repo1.maven.org/maven2/ id: nexus url: https://repository.jboss.org/nexus/content/groups/public/ ERROR: PRSP000202: Invalid channel manifest definition Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"