Certificate errors with bazel build of tensorflow lite

I’m trying to build tensorflow lite with bazel on an Arm64 running a Debian Linux distribution, and am behind a firewall. I am getting certificate errors (see following). Is there a switch with bezel to disable certificate checking (similar to the wget switch --no-check-certificate)? Thank you.

Built with this command:

~/tensorflow_src$ bazel build --config=opt --output_filter=’^//tensorflow’ //tensorflow/lite/tools/pip_package:build_pip_package

Error Portion of Output:


WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/tensorflow/runtime/archive/e3da90c2cb1bd594a90ffb06b80f6d8df47c4e11.tar.gz failed: class javax.net.ssl.SSLHandshakeException PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
WARNING: Download from https://github.com/tensorflow/runtime/archive/e3da90c2cb1bd594a90ffb06b80f6d8df47c4e11.tar.gz failed: class javax.net.ssl.SSLHandshakeException PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
ERROR: An error occurred during the fetch of repository ‘tf_runtime’:
Traceback (most recent call last):
File “/home/xilinx/tensorflow_src/third_party/repo.bzl”, line 73, column 33, in _tf_http_archive_impl
ctx.download_and_extract(

INFO: Elapsed time: 43.214s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)

Double check that you have a working network connection,
and then try again?