Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation of certificate

maxeppc opened this issue · comments

Hi
I've implemeted https server.
How should I handle validation of incoming request?
I would like to check if incoming request with certificate matches server certificate.

You could create a handler to validate incoming requests. However if you want to check the certificate as part of the SSL handshake that isn't possible at this moment.