-
Notifications
You must be signed in to change notification settings - Fork 60
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using NextClade behind proxy #532
Comments
Hi @stefandiederich, We haven't thought about it.
or in container:
Is |
Hi @ivan-aksamentov , |
With |
If |
I am not sure why curl is not working. I hve used it many times before... I will try to get it work and come back to you. |
Yes, but it's very cumbersome. If you can see the |
Okay, now I curl is working. I had to specifiy the http proxy for downloading the https files... thougth that should be also https proxy then... |
So is there a way to easily download via curl? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
I am using NextClade version 1.3.0 with the Docker image.
Now I am stuck at the point where I have to download the dataset with
docker run -it --rm -u 1001 nextstrain/nextclade nextclade dataset get --name='sars-cov-2' --output-dir='data/sars-cov-2'
It tells me the following error:
Because we are working behind a proxy server I tried to hand in the proxy config with the -e parameter like this
But the error persists. Did I do anything wrong or is the error not proxy related?
Bests
Stefan
The text was updated successfully, but these errors were encountered: