diff options
author | Brad King <brad.king@kitware.com> | 2024-09-20 21:40:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-09-24 12:37:23 (GMT) |
commit | 4e62bc943c74cbc564209a42bb84605f0771bca7 (patch) | |
tree | dc774f1d938d0b284e1a30d9a037d0993f9b3f55 /Help/manual | |
parent | 8e92ee34f6ba4058ca7dc793009f98f2096d8f38 (diff) | |
download | CMake-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.rst | 5 |
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. |