diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:39:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:39:27 +0000 |
commit | 2be50baf975ffaad77e7356d217af209431916f8 (patch) | |
tree | 351e4a73bf494abaa8ce2a16fe97fd1a7991a537 /CHANGES | |
parent | a1772ca406e97c3c3c77a62b550dab66d53fa8f8 (diff) |
Now libcurl (built with OpenSSL) doesn't return error anymore if the remote
SSL-based server doesn't present a certificate when the request is told to
ignore certificate verification anyway.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ Daniel S (3 Dec 2007) +- Now libcurl (built with OpenSSL) doesn't return error anymore if the remote + SSL-based server doesn't present a certificate when the request is told to + ignore certificate verification anyway. + - Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done |