You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently the HttpClient only allows PEM-files for local_cert but curl has more options (DER, ENG, P12). Unfortunately this needs to be configured via another option CURLOPT_SSLCERTTYPE.
My proposal is to add the option local_cert_type to the CurlHttpClient. This could configured manually or probably guessed by the file extension.
I don't know if it is supported by the AmpHttpClient.