curl-curl/tests/data/test308
Viktor Szakats c6bd2e6a9a
tests: prefer --insecure over -k
To make it uniform in all tests, and greppability.

Also:
- replace `-k` flag with `-q` in test 1268. (the actual flag doesn't
  matter in this test)
- keep `-k` in test 300 to test its short form.
  (also verified to fail without a working `-k`)

Closes #16878
2025-04-03 23:18:55 +02:00

36 lines
448 B
Plaintext

<testcase>
<info>
<keywords>
HTTPS
HTTP GET
FAILURE
</keywords>
</info>
#
# Client-side
<client>
<features>
OpenSSL
!MultiSSL
</features>
<server>
https
</server>
<name>
simple HTTPS GET with invalid crypto engine
</name>
<command>
--engine invalid-crypto-engine-xyzzy --insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
53
</errorcode>
</verify>
</testcase>