Postfix issues TLS tickets only every second time #456
Open
Description
For example, if you run openssl s_client -connect staging.testrun.org:465 -tls1_3 -sess_out sess.pem
, command output contains New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
(new session is established) and Post-Handshake New Session Ticket arrived:
(new ticket is issued by the server).
Then if you run openssl s_client -connect c2.testrun.org:465 -tls1_3 -sess_in sess.pem
, you get Reused, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
(reused session) and no new ticket.
In contrast, smtp.gmail.com:465
issues two tickets every time, regardless of whether you used existing session or not.
I did not find Postfix options to change this behaviour. Maybe there is something in the postfix mailing list.
Detailed issue is at rustls/rustls#2204
Metadata
Assignees
Labels
No labels