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
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