Skip to content

[HttpClient] Allow to configure CURLOPT_SSLCERTTYPE for CurlHttpClient #37297

@smoench

Description

@smoench

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions