<p dir="ltr">Hello Team,</p>
<p dir="ltr">We have one centos 7 client machine and configure the proxy manually through command.<br>
Proxy ip 192.168.1.2<br>
Proxy port 8080</p>
<p dir="ltr">Set the environment with below command<br>
Export http_ proxy="<a href="http://192.168.1.2:8080">192.168.1.2:8080</a>"</p>
<p dir="ltr">But when I download the website through http it is download.<br>
Wget <a href="http://google.com">http://google.com</a></p>
<p dir="ltr">Index.html page download</p>
<p dir="ltr">2. Wget <a href="https://google.com">https://google.com</a> <br>
Index.html not download and it is showing the connection problem.</p>
<p dir="ltr">Note: on browser it is working with https too. But on cli terminal it is not working.</p>
<p dir="ltr">Please help me asap</p>