I have recently shifted from behind the proxy to direct connection settings. I removed http_proxy and now my apt-get update and upgrade works fine but somehow I am not able o connect to internet through the shell (python urllib2 or wget) Any ideas as to what settings are missing?
feedback
|
|
you could run ssh -vvv on terminal to see what happen when ssh make connection to your server. Sometimes, urllib2 just works with remote site when you add http header and other data to you code like this:
| |||
|
feedback
|