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
Is there any way to get ticket key using pyOpenSSL? I have found how to check if the ticket was given or not by the server (something like _lib.SSL_SESSION_has_ticket(sess._session)) but I would like to know actual value, if it's possible.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi!
Is there any way to get ticket key using pyOpenSSL? I have found how to check if the ticket was given or not by the server (something like
_lib.SSL_SESSION_has_ticket(sess._session)
) but I would like to know actual value, if it's possible.Thank you in advance.
The text was updated successfully, but these errors were encountered: