The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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?