Closed agrare closed 1 year ago
This should have specs covering it, going to add some now
This appears to have been broken since fe8f1e553ba2a8721d0c823c517962f29da5f6b4 (:scream:)
Backported to petrosian
in commit fc259c66a4cee03fb0a3940fbbff344ccc8b8a87.
commit fc259c66a4cee03fb0a3940fbbff344ccc8b8a87
Author: Jason Frey <fryguy9@gmail.com>
Date: Thu Mar 2 16:33:11 2023 -0500
Merge pull request #633 from agrare/fix_ca_certs_ddf_params
Fix passing custom CA cert via DDF params
(cherry picked from commit e2435344a1604b066bb9d587d8867d38644cd34a)
The verify_credentials method is looking for "ca_certs" in the default_endpoint hash but the key is "certificate_authority".
This means even if the user passes in a valid CA cert the verify call will fail because ca_certs will be
nil