Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

wget command is not working

JAMBHULKAR_SUYOG_SATYANAND_EXT November 8, 2023

We are getting below error while running wget command:

failed: Connection timed out.
 Connection timed out.
Retrying.

1 answer

0 votes
Wasim
Contributor
November 8, 2023

Hi @JAMBHULKAR_SUYOG_SATYANAND_EXT ,

 

Welcome to the Atlassian Community!!

Could you please elaborate more about the use case of wget command?

This can happen due to various reasons, such as network issues, firewall settings, or problems on the server-side.

 

Regards,

Wasim

JAMBHULKAR_SUYOG_SATYANAND_EXT November 8, 2023

I am building the DEV environment for Jira on-prem application and trying to configure the new server. Hence trying to run below command:

wget -e use_proxy=yes -e https_proxy=wget -e use_proxy=yes -e https_proxy=http://proxy.eu.novartis.net:2010/ https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-9.9.1-x64.bin

I think  linux client should not perform DNS resolution and it should send request to proxy and then proxy should perform DNS resolution on behalf of client.

can someone guide me on how to configure the explicit proxy to fix this issue?

JAMBHULKAR_SUYOG_SATYANAND_EXT November 10, 2023

Can someone guide me with Proxy configuration for Tomcat server to fix this wget issue?

Suggest an answer

Log in or Sign up to answer