You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I´ve been trying to use Rally from behind a proxy in a clean installation but it doesn´t work because it "thinks" there is no internet connection.
Even if Rally gets the proxy url when the http_proxy environment variable is available, the function has_internet_connection() in esrally/utils/net.py does not check this. It tries to open a socket to www.github.com without considering the proxy, thus failing and returning False. Then Rally works in offline mode, which is not what it should.
The text was updated successfully, but these errors were encountered:
I´ve been trying to use Rally from behind a proxy in a clean installation but it doesn´t work because it "thinks" there is no internet connection.
Even if Rally gets the proxy url when the
http_proxy
environment variable is available, the functionhas_internet_connection()
inesrally/utils/net.py
does not check this. It tries to open a socket towww.github.com
without considering the proxy, thus failing and returningFalse
. Then Rally works inoffline
mode, which is not what it should.The text was updated successfully, but these errors were encountered: