commit | 8e92ee34f6ba4058ca7dc793009f98f2096d8f38 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Sep 20 16:55:26 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Tue Sep 24 08:37:23 2024 -0400 |
tree | 483205b52c47a02432b746a799ceac537d74952f | |
parent | dcaea54898cccb9ac1f675a395ac1793d1abfcfc [diff] |
file(DOWNLOAD/UPLOAD): Verify TLS server certificate by default 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