aboutsummaryrefslogtreecommitdiff
path: root/docs/SSL-PROBLEMS
AgeCommit message (Collapse)Author
2016-02-02HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com>
2015-06-29SSL-PROBLEMS: mention WinSSL problems in WinXPDaniel Stenberg
2015-06-16docs: update URLsViktor Szakats
2014-03-14docs: fixed a bunch of typosDan Fandrich
2014-03-09SSL-PROBLEMS: add "missing intermediate certificates" pieceDaniel Stenberg
2014-03-08SSL-PROBLEMS: describes common curl+SSL problemsDaniel Stenberg