mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
8e92ee34f6
If the connection fails in a way that might be a certificate error, and verification was enabled by the new default, mention environment variable `CMAKE_TLS_VERIFY` in the diagnostic to help users that were relying on the old behavior turn off server certificate verification in their environment. Fixes: #23608