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
mx appears to only support unauthorized http_proxys following the format http://host:port while it should also support http://user:password@host:port and set http.proxyUser and http.proxyPassword accordingly.
mx
appears to only support unauthorizedhttp_proxy
s following the formathttp://host:port
while it should also supporthttp://user:password@host:port
and sethttp.proxyUser
andhttp.proxyPassword
accordingly.The code at fault is:
mx/mx.py
Lines 12966 to 12981 in 29c0deb
and
mx/mx.py
Lines 13007 to 13012 in 29c0deb
The text was updated successfully, but these errors were encountered: