Some errors reported by valgrind

2020-06-04 Thread James Read via curl-library
Hi, I have some errors reported by valgrind that may or may not be related to some strange behaviour with my crawler. Here is the output from valgrind: ==299487== Memcheck, a memory error detector ==299487== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==299487== Using Valgrind

Re: Curl thinks SSL cert for code.jquery.com has expired

2020-06-04 Thread Mark Rogers via curl-library
On macOS 10.15 you can work round this issue by switching the curl SSL backend from LibreSSL to Apple Secure Transport using an environment variable: CURL_SSL_BACKEND=secure-transport This fixes the 'certificate expired' issue on 10.15 but doesn't work on 10.14. I believe switching to Secure Tr