Use custom CA bundle instead of ignoring errors (#1910)

Fixes #1846.
This commit is contained in:
Andrew Gaul 2022-02-23 10:04:05 +09:00 committed by GitHub
parent a716c72d37
commit 305d660e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,6 +247,7 @@ function start_s3fs {
# shellcheck disable=SC2086
(
set -x
CURL_CA_BUNDLE=/tmp/keystore.pem \
${VIA_STDBUF_CMDLINE} \
${VALGRIND_EXEC} \
${S3FS} \
@ -255,8 +256,6 @@ function start_s3fs {
-o use_path_request_style \
-o url="${S3_URL}" \
-o endpoint="${S3_ENDPOINT}" \
-o no_check_certificate \
-o ssl_verify_hostname=0 \
-o use_xattr=1 \
-o enable_unsigned_payload \
${AUTH_OPT} \