If you use self-signed certificates on your dev/testing servers you’re more likely to run
into a problem with making requests to them. On linux systems it said to be easily fixed
by adding the root CA certificate to /etc/ssl/certs
. On macOS systems it just doesn’t do
the trick.
Read more...