Skip to content Skip to sidebar Skip to footer

Urlopen Error [errno 110] With Https And Python 2.7 On Ubuntu 12.10

Thank you in advance for any help provided. I am on ubuntu 12.10 with python 2.7 installed. I wrote a simple script based on other posts to test http and https connections: import

Solution 1:

URLError:urlopen error [Errno 113] No route to host

I had a same kind of error : i wanted to execute some scripts remotely on machine B from machine A (which does some browser automation stuff) and finally i had the error as stated above later i disabled the firewall setting for the HTTPS.

How i disabled the fire wall setting on RHEL6.4 ? - click settings (on left side of the panel) > Administration > Firewall > on "Firewall Configuration" window : check the "secure WWW (HTTPS)" -(you need to be root user) >> click "Apply" >> click the disable button.

later i was able to execute the scripts on remote machine B without any hassle.

Post a Comment for "Urlopen Error [errno 110] With Https And Python 2.7 On Ubuntu 12.10"