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

View File

@@ -11,3 +11,9 @@ to a dashboard via ``https://`` URLs.
If ``CTEST_TLS_VERIFY`` is not set, the :variable:`CMAKE_TLS_VERIFY` variable
or :envvar:`CMAKE_TLS_VERIFY` environment variable is used instead.
If neither is set, the default is *on*.
.. versionchanged:: 3.31
The default is on. Previously, the default was off.
Users may set the :envvar:`CMAKE_TLS_VERIFY` environment
variable to ``0`` to restore the old default.