httpmockserver icon indicating copy to clipboard operation
httpmockserver copied to clipboard

Is there a way to access the client certificate sent by the client?

Open drauch opened this issue 3 years ago • 1 comments

Is there a way to access the client certificate sent by the client?

drauch avatar Jan 03 '22 09:01 drauch

Out of the box - no. Only HTTP daemon is started.

To achieve that, daemon has to be started with SSL settings and then something like this must be added to retrieve the certificate...

johniez avatar Jan 03 '22 20:01 johniez