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
Is there a worked out example for how to set up certs an keys on both the bazel-remote side and the bazel side? Doing the obvious (creating a self-signed CA, using it to sign a client and a server key, passing those as options in the config file of bazel-remote, and as options in bazel, results in the rather disappointing message ERROR: Failed to query remote execution capabilities: General OpenSslEngine problem.
It does not help that bazel's documentation is lacking; here is the corresponding issue I opened with them: bazelbuild/bazel#12764
The text was updated successfully, but these errors were encountered:
Is there a worked out example for how to set up certs an keys on both the bazel-remote side and the bazel side? Doing the obvious (creating a self-signed CA, using it to sign a client and a server key, passing those as options in the config file of bazel-remote, and as options in bazel, results in the rather disappointing message
ERROR: Failed to query remote execution capabilities: General OpenSslEngine problem
.It does not help that bazel's documentation is lacking; here is the corresponding issue I opened with them: bazelbuild/bazel#12764
The text was updated successfully, but these errors were encountered: