summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-09-20 21:40:02 (GMT)
committerBrad King <brad.king@kitware.com>2024-09-24 12:37:23 (GMT)
commit4e62bc943c74cbc564209a42bb84605f0771bca7 (patch)
treedc774f1d938d0b284e1a30d9a037d0993f9b3f55 /Help/manual
parent8e92ee34f6ba4058ca7dc793009f98f2096d8f38 (diff)
downloadCMake-4e62bc943c74cbc564209a42bb84605f0771bca7.zip
CMake-4e62bc943c74cbc564209a42bb84605f0771bca7.tar.gz
CMake-4e62bc943c74cbc564209a42bb84605f0771bca7.tar.bz2
ctest: Verify TLS server certificate by default
Issue: #23608
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/ctest.1.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index c9ab31e..4793ef5 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -1569,6 +1569,11 @@ Configuration settings include:
* `CTest Script`_ variable: :variable:`CTEST_TLS_VERIFY`
* :module:`CTest` module variable: ``CTEST_TLS_VERIFY``
+ .. 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.
+
``TriggerSite``
Legacy option. Not used.