The GitHub Actions job "Nightly Builds (1.7)" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
0546b2cdc672bcecc526fd34260f1a66685038c0 / PJ Fanning 
<[email protected]>
docs: document post-handshake session verification for TLS (#3462)

The `SSLEngineProvider` trait exposes `verifyClientSession` and
`verifyServerSession`, which Artery invokes after every successful TLS
handshake and which fail the connection when they return `Some(cause)`.
This extension point was only described in the context of
`RotatingKeysSSLEngineProvider`, so users on the default JKS-based
`ConfigSSLEngineProvider` had no signpost that overriding these methods
is supported.

Add a section to remote-security.md covering the callbacks, when to
prefer `hostname-verification=on` instead, the interaction with
`require-mutual-authentication`, and a compiled example that scopes a
cluster to a subset of certificates issued by a shared internal CA.

Report URL: https://github.com/apache/pekko/actions/runs/33224473799

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to