#Haskell question: I'm writing a server using the tcp-streams library, but upon opening a connection, I need to know what client certificate (if any) was used. Is this a reasonable way of going about it? It feels a little hacky. (see: listenLoop and adjustServerParams) https://codeberg.org/jlamothe/gemserv/src/branch/master/src/Network/GemServ.hs#L181
There are no comments yet.