summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-03-29 16:48:11 (GMT)
committerBrad King <brad.king@kitware.com>2024-03-30 13:22:05 (GMT)
commit713994426427154100b0f457838dfc671b1d832f (patch)
tree79e66f3f06589434eaeffed14b58be1859e79579 /Help
parentc295df53c64dfc4a2225622c714898e2bdcb570e (diff)
downloadCMake-713994426427154100b0f457838dfc671b1d832f.zip
CMake-713994426427154100b0f457838dfc671b1d832f.tar.gz
CMake-713994426427154100b0f457838dfc671b1d832f.tar.bz2
ctest: Fall back to CMake environment variable for TLS server verification
Use `ENV{CMAKE_TLS_VERIFY}` if `CTEST_TLS_VERIFY` or `CMAKE_TLS_VERIFY` is not set. Issue: #23608
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CTEST_TLS_VERIFY.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CTEST_TLS_VERIFY.rst b/Help/variable/CTEST_TLS_VERIFY.rst
index bce4969..9b3d96c 100644
--- a/Help/variable/CTEST_TLS_VERIFY.rst
+++ b/Help/variable/CTEST_TLS_VERIFY.rst
@@ -9,5 +9,5 @@ before including the :module:`CTest` module. The value is a boolean
indicating whether to verify the server certificate when submitting
to a dashboard via ``https://`` URLs.
-If ``CTEST_TLS_VERIFY`` is not set, :variable:`CMAKE_TLS_VERIFY` is
-used instead.
+If ``CTEST_TLS_VERIFY`` is not set, the :variable:`CMAKE_TLS_VERIFY` variable
+or :envvar:`CMAKE_TLS_VERIFY` environment variable is used instead.