mirror of
https://github.com/curl/curl.git
synced 2025-09-30 07:56:57 +03:00
Removed reference to curl-ca-bundle.crt in the host verification failure
error message.
This commit is contained in:
parent
d84440d53b
commit
df725aade2
4
CHANGES
4
CHANGES
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel Fandrich (17 Sep 2008)
|
||||||
|
- Removed reference to curl-ca-bundle.crt in the host verification failure
|
||||||
|
error message.
|
||||||
|
|
||||||
Yang Tse (14 Sep 2008)
|
Yang Tse (14 Sep 2008)
|
||||||
- Improve configure detection of strcasecmp(), strcasestr(), strcmpi(),
|
- Improve configure detection of strcasecmp(), strcasestr(), strcmpi(),
|
||||||
stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp().
|
stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp().
|
||||||
|
|
|
@ -4942,8 +4942,8 @@ show_error:
|
||||||
#define CURL_CA_CERT_ERRORMSG1 \
|
#define CURL_CA_CERT_ERRORMSG1 \
|
||||||
"More details here: http://curl.haxx.se/docs/sslcerts.html\n\n" \
|
"More details here: http://curl.haxx.se/docs/sslcerts.html\n\n" \
|
||||||
"curl performs SSL certificate verification by default, using a \"bundle\"\n" \
|
"curl performs SSL certificate verification by default, using a \"bundle\"\n" \
|
||||||
" of Certificate Authority (CA) public keys (CA certs). The default\n" \
|
" of Certificate Authority (CA) public keys (CA certs). If the default\n" \
|
||||||
" bundle is named curl-ca-bundle.crt; you can specify an alternate file\n" \
|
" bundle file isn't adequate, you can specify an alternate file\n" \
|
||||||
" using the --cacert option.\n"
|
" using the --cacert option.\n"
|
||||||
|
|
||||||
#define CURL_CA_CERT_ERRORMSG2 \
|
#define CURL_CA_CERT_ERRORMSG2 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user