com.twitter.finagle.ssl.server
Verifies the established SSLSession.
Verifies the established SSLSession.
true if the session is verified, false if not.
Throwing an exception is ok, and will be treated similarly to a response of false.
SslServerSessionVerifier represents an opportunity for a user or system to perform additional server-side verification checks against a configuration or session. The
applymethod of the verifier is called when anSSLSessionhas been established.