I want to connect to an https host using PHP cURL, but I don't want to use the certificate returned by the host or its CA path.
As I have the certificate locally, I'd like to use the local file instead of the certificate returned by the host and not rely on the CAs.
I’ve studied and searched and tried a number of things, but nothing is working except the normal default path, which gets the certificate from the host and follows the CA path.
Changing the existing host certificate is not an option.