mirage / ocaml-cohttp

An OCaml library for HTTP clients and servers using Lwt or Async
Other
714 stars 174 forks source link

SSL Client certificate auth #616

Open Ulrar opened 6 years ago

Ulrar commented 6 years ago

Hi,

Just wondering, is there any way to use regular old ssl client certificate from a cohttp server ? I'd like to use that as a way to authenticate clients connecting to a cohttp server.

mseri commented 3 years ago

I think the suggestions in #509 or #479 may be helpful with this