curl-tls-verify.rst 716 B

1234567891011121314
  1. curl-tls-verify
  2. ---------------
  3. * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands now
  4. verify TLS server certificates for connections to ``https://`` URLs by
  5. default. See the :variable:`CMAKE_TLS_VERIFY` variable for details.
  6. This change was made without a policy so that users are protected
  7. even when building projects that have not been updated.
  8. Users may set the :envvar:`CMAKE_TLS_VERIFY` environment
  9. variable to ``0`` to restore the old default.
  10. * The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
  11. step now verify TLS server certificates for connections to ``https://`` URLs
  12. by default. See the :variable:`CTEST_TLS_VERIFY` variable for details.