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
ERROR: An error occurred during the fetch of repository 'org_pcre_ftp':
Traceback (most recent call last):
File "XXX/_bazel_renau/3f7dad3b9f25e1dda25385629e7e4b4b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 125, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz] to XXX/_bazel_renau/3f7dad3b9f25e1dda25385629e7e4b4b/external/org_pcre_ftp/temp7711447042372617183/pcre-8.44.tar.gz: No subject alternative DNS name matching ftp.exim.org found.
If I try to get it directly:
wget https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz
--2022-12-27 17:43:03-- https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz
Resolving ftp.exim.org (ftp.exim.org)... 37.120.190.30, 2a03:4000:6:b381::2
Connecting to ftp.exim.org (ftp.exim.org)|37.120.190.30|:443... connected.
The certificate's owner does not match hostname ‘ftp.exim.org’
Any suggestion?
The text was updated successfully, but these errors were encountered:
I get this error when trying to build:
If I try to get it directly:
Any suggestion?
The text was updated successfully, but these errors were encountered: