1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-29 00:21:56 +02:00

Rename repo-s3-verify-ssl option to repo-s3-verify-tls.

The new name is preferred because pgBackRest does not support any SSL protocol versions (they are all considered to be insecure).

The old name will continue to be accepted.
This commit is contained in:
David Steele
2019-05-21 10:14:41 -04:00
parent 1bc84c6474
commit e3fe3434b4
23 changed files with 75 additions and 60 deletions

View File

@ -62,7 +62,7 @@ sub initStanzaOption
$self->optionTestSet(CFGOPT_REPO_S3_ENDPOINT, HOST_S3_ENDPOINT);
$self->optionTestSet(CFGOPT_REPO_S3_REGION, HOST_S3_REGION);
$self->optionTestSet(CFGOPT_REPO_S3_HOST, $oHostS3->ipGet());
$self->optionTestSetBool(CFGOPT_REPO_S3_VERIFY_SSL, false);
$self->optionTestSetBool(CFGOPT_REPO_S3_VERIFY_TLS, false);
}
}