You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today. However, this doesn't take into account TLS 1.2 servers that implement SessionIds.
One workaround would be to use conn.session_ticket() but that returns either a SessionId or SessionTicket or none (TLS 1.3) which have overlaps with the session ticket callback mechanism.
Solution:
Option 1. Provide a callback like for SessionTicket but for SessionId
Option 2. Provide a function that returns SessionId without session ticket.