Proxy issues
by 1s440 from LinuxQuestions.org on (#6KP2W)
Hi all,
I wanted to connect to "https://10.0.0.100" on firefox, so I have set export no_proxy as below on server and when I try to access the url i have the below error message. But I can always ping this IP. How can i access the url with no proxy. I am using Rocky linux server.I can connect to the url if i change the network settings to use no proxy on firefox.
Code:export no_proxy="10.0.*"
504 Gateway Timeout: remote server did not respond to the proxywhen I try wget to the url, i have the below.
Proxy tunneling failed: Gateway TimeoutUnable to establish SSL connection.
I wanted to connect to "https://10.0.0.100" on firefox, so I have set export no_proxy as below on server and when I try to access the url i have the below error message. But I can always ping this IP. How can i access the url with no proxy. I am using Rocky linux server.I can connect to the url if i change the network settings to use no proxy on firefox.
Code:export no_proxy="10.0.*"
504 Gateway Timeout: remote server did not respond to the proxywhen I try wget to the url, i have the below.
Proxy tunneling failed: Gateway TimeoutUnable to establish SSL connection.