mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05:00
4e717cdb30
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
34 lines
404 B
Plaintext
34 lines
404 B
Plaintext
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
https
|
|
</server>
|
|
<name>
|
|
insecure HTTPS without permission
|
|
</name>
|
|
<command>
|
|
https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<protocol>
|
|
</protocol>
|
|
<errorcode>
|
|
77
|
|
</errorcode>
|
|
</verify>
|