Skip to content

Do not fail if client certificate is not provided #412

@borisreitman

Description

@borisreitman

I should be able to request client certificate, but still allow the connection if the certificate is not provided.
In Node.js I can have the desired behaviour by specifying these options to HTTPS server,

requestCert: true,
rejectUnauthorized: false,

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