I\'m consistently getting this error on several hosts on my machine, e.g.:
require \'open-uri\' open(\'https://google.com\').read Net::OpenTimeout: execution e
I received error from rails application in docker container, and restarting docker service solved the problem:
sudo service docker start