Upon a change of my server’s certificates, my git configuration required to be updated. Else, git pulls will fail with the following error message:
SSL: certificate verification failed
The fix itself is simple, first download a copy of the new X509 certificate and then update the sslCAinfo
field in the .git/config
file.