Skip to content

SSL key auth #144

Description

@randomee

Is there a way to use MutualTLS / SSL client certificates and keys for authentication? I'm working with an endpoint that does all of it's authentication via SSL.

For cmdline curl, I'd use
--cert certfile --key keyfile
And for httr2, I believe the preferred way is
httr2::req_options(sslcert = certfile, sslkey = keyfile)

I see there's some support for an oauth and API-key headers. Would be great to have something similar & integrated for SSL key authentication. The OpenAPI spec includes MutualTLS as one of the supported methods.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions