ctest: Verify TLS server certificate by default

Issue: #23608
This commit is contained in:
Brad King
2024-09-20 17:40:02 -04:00
parent 8e92ee34f6
commit 4e62bc943c
4 changed files with 22 additions and 0 deletions
+4
View File
@@ -8,3 +8,7 @@ curl-tls-verify
even when building projects that have not been updated.
Users may set the :envvar:`CMAKE_TLS_VERIFY` environment
variable to ``0`` to restore the old default.
* The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
step now verify TLS server certificates for connections to ``https://`` URLs
by default. See the :variable:`CTEST_TLS_VERIFY` variable for details.