On 06-11-12 19:50, Daniel Stenberg wrote: > On Mon, 5 Nov 2012, Oscar Koeroo wrote: > >>> As I already have a VERIFYHOST rework patch pending - basically what I >>> already shown before - do you think it makes sense for me to merge that >>> in first and then have your work rebased on top of that? >> >> I'm fine with that. It depends a bit on how much changes you've done to >> determine which order is easier. If you can triage that decision, then I'm >> fine either way. > > Great. I've now pushed my commit (da82f59b69731) that changes the internal > representation of the 'verifyhost' struct field to a plain bool. > > Please resync your work on top of this and I'll try to merge it asap.
Did you know test curl with the option -k enabled? If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option. bash-3.2$ /usr/local/bin/curl -k https://www.nietnikhef.nl curl: (43) CURLOPT_SSL_VERIFYHOST no longer supports 1 as value! I'll fix this too. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
