You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't authenticate at the proxy server, no internet access
Expected behavior and actual behavior
We have a computing cluster with internet access provided via proxy. Most programs take the credentials from the environmental variables and work just fine. Nextflow doesn't try to authenticate.
Steps to reproduce the problem
install nextflow, install graalvm, run
)->nextflow run nf-core/demo -profile maestro --input samplesheet.csv
Program output
N E X T F L O W ~ version 24.10.3
Pulling nf-core/demo ...
WARN: Cannot read project manifest -- Cause: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
Cannot find nf-core/demo -- Make sure exists a GitHub repository at this address https://github.com/nf-core/demo
Bug report
Doesn't authenticate at the proxy server, no internet access
Expected behavior and actual behavior
We have a computing cluster with internet access provided via proxy. Most programs take the credentials from the environmental variables and work just fine. Nextflow doesn't try to authenticate.
Steps to reproduce the problem
install nextflow, install graalvm, run
)->nextflow run nf-core/demo -profile maestro --input samplesheet.csv
Program output
N E X T F L O W ~ version 24.10.3
Pulling nf-core/demo ...
WARN: Cannot read project manifest -- Cause: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
Cannot find
nf-core/demo
-- Make sure exists a GitHub repository at this addresshttps://github.com/nf-core/demo
Environment
http_proxy=http://user:mysecretkeyhere@squid:3128
Additional context
Proxy is required for security and audit.
The text was updated successfully, but these errors were encountered: