$crt_inf = openssl_x509_parse(base64_decode($crt));$cert_hash_filename = $crt_inf['hash'] . ".0";
What can be done to get the requests module to try additional certificate store(s) instead of exclusively the Certifi store?It seems like the best solution would be for Certifi to try additional certificate store(s) when a match is not found in its own bundle. But don't see an obvious way to do that to the Certifi code.
There must be a better way than another connection attempt with a different certificate store specified. Functional but unseemly. At least the second connection attempt is only done to my "own" servers.
In theory the certificates could be added from config.xml