Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

mTLS returns Http 400? #546

@cen1

Description

@cen1

curl -vvv https://client.badssl.com

Results in

<head><title>400 No required SSL certificate was sent</title></head>

But

curl -vvv --cert badssl.com-client.pem https://client.badssl.com

returns

<center><h1>400 Bad Request</h1></center>
<center>The SSL certificate error</center>

The cert appears to be accepted so why the return status 400?

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