| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The test case is about an invalid version specification,
not a TLS version unsupported by the server.
|
| |
|
|
|
|
|
|
|
| |
Add an option to specify the minimum allowed TLS version for https
connections.
Issue: #25701
|
|
|
|
|
|
|
|
|
|
|
| |
Occasionally curl updates introduce errors in https verification.
Add an explicit test for this capability, activated by an undocumented
option that we can use in CI to specify a URL to test.
Co-authored-by: Brad King <brad.king@kitware.com>
Fixes: #24405
Issue: #24147
Issue: #24398
|
|
|
|
|
|
|
| |
Most of the test uses `file://` URLs instead of hitting the network.
However, a case covering an invalid hostname does try to make a real
connection, expecting it to fail DNS resolution. Turn off that case
if we are asked not to hit the network during testing.
|
|
|
|
|
|
| |
The RunCMake infrastructure is more well-suited to check the results of
each case. It can also report more precisely what went wrong when a
case fails.
|
|
Move the `DOWNLOAD-*` cases over from the `RunCMake.file` test.
|