diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:32:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:32:05 +0000 |
commit | 4e717cdb300adeff3b259b3619b29a944c2960a8 (patch) | |
tree | fd732f563641810d5009fe9b2dda55842a24d2ad /tests/data/test305 | |
parent | 33acd6f041ad3f31a985da1cf54668d0e619535d (diff) |
Armel Asselin separated CA cert verification problems from problems with
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.
Diffstat (limited to 'tests/data/test305')
-rw-r--r-- | tests/data/test305 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test305 b/tests/data/test305 index f814225b9..0e01ea2e9 100644 --- a/tests/data/test305 +++ b/tests/data/test305 @@ -28,6 +28,6 @@ https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo <protocol> </protocol> <errorcode> -60 +77 </errorcode> </verify> |