seznam / httpmockserver

C++ HTTP mock server for client tests.
https://seznam.github.io/httpmockserver
MIT License
32 stars 12 forks source link

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

Open drauch opened 2 years ago

drauch commented 2 years ago

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

johniez commented 2 years ago

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...