On Tue, Sep 22, 2026 at 10:30 PM Mark Thomas <[email protected]> wrote: > > On 22/09/2026 21:20, [email protected] wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > markt-asf pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > commit 6acce7b412d2039f9e0fc9eb408c4d2215b26e59 > > Author: Mark Thomas <[email protected]> > > AuthorDate: Tue Sep 22 17:12:46 2026 +0100 > > > > Implement TSL-PSK encryption for clustering > > I haven't tested this on a real cluster yet. My very rough plan is: > > - test this on a real cluster > - get CoPilot to add TLSv1.3 support
It seems it's different with TLS 1.3. I found a page that redirected to the reference code: https://github.com/openssl/openssl/blob/6af1b11848f000c900877f1289a42948d415f21c/apps/s_server.c#L185-L232 Rémy > - do some more testing on a real cluster > - gives folks some time to review/test it themselves > - back-port it > - deprecate the EncryptIntercetor with this as the replacement > > Feedback in terms of review comments, PRs, fixes etc welcome. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
