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 am on WSL2 on a Windows machine, which accesses the web through a ZScaler proxy. As wget https://www.googleapis.com/storage/v1/b/bazel/o?delimiter=/ just works fine without any issues, I do not think it is a general proxy issue.
I am rather suspecting a certificate issue. While my system has the necessary root certificate for ZScaler middleman in /etc/ssl/cert (as witnessed by the wget-command), I doubt whether bazelisk uses this certificate. But I am not enough of a golang programmer to really know.
The text was updated successfully, but these errors were encountered:
Whenever I run
bazel
throughbazelisk
(I tried 1.16.0 and 1.17.0), I get the following error:even, if I just try to execute
bazel clean
.I am on WSL2 on a Windows machine, which accesses the web through a ZScaler proxy. As
wget https://www.googleapis.com/storage/v1/b/bazel/o?delimiter=/
just works fine without any issues, I do not think it is a general proxy issue.I am rather suspecting a certificate issue. While my system has the necessary root certificate for ZScaler middleman in
/etc/ssl/cert
(as witnessed by the wget-command), I doubt whetherbazelisk
uses this certificate. But I am not enough of a golang programmer to really know.The text was updated successfully, but these errors were encountered: