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
Currently the "Valid values" of proxy configuration's httpProxy, sslProxy and socksProxy are host and optional port. This makes impossible scenarios of proxying HTTP requests via HTTPS proxy.
Consider allow scheme in proxy configuration's httpProxy, sslProxy and socksProxy valid values.