New to Akka? Start with the Akka SDK. extractSslSession Signature def extractSslSession: Directive1[SSLSession] Description This directive extracts the SSL session for the client/connection where the request was made. Note Using this directive requires tls-session info parsing to be enabled: akka.http.server.parsing.tls-session-info-header = on