Comment 3 for bug 1291111

Revision history for this message
Ramy Asselin (ramy-asselin) wrote :

I also had the same problem and my HOST_IP var in localrc was set correctly, but my ip address was NOT set in my no_proxy environment variable. Once set it worked.

Try adding "10.0.2.15" to this.
e.g.
export no_proxy=localhost,127.0.0.1,localaddress,.localdomain.com,10.0.2.15