fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.05k stars 86 forks source link

Clack with client certificates #134

Open ghost opened 8 years ago

ghost commented 8 years ago

How would I use client certificate authentication with clack? I tried to look all the documentation I could find, but there was no information about the use of client certificates.

I have seen them being used with Drakma, but how does it go with the server side?

If it is implemented I would like some documentation and if it is not, I could try and implement it if some directions are given.