Method | Description |
---|---|
__init__(self, cipher, timeout, disable_tlsv1, disable_tlsv1_1, disable_tlsv1_2, session_cache_size, disable_session_cache, disable_ticket, disable_compression) | Constructor to initialize an SSLOptions instance. |
Table 5.51. Method summary
This constructor defines an SSLOptions with the specified parameters.
cipher (enum) | |
---|---|
Default: n/a | |
Specifies the allowed ciphers. For details, see Table 5.30, Constants for cipher selection . |
disable_compression (boolean) | |
---|---|
Default: FALSE | |
Set this to TRUE to disable support for SSL/TLS compression. |
disable_session_cache (boolean) | |
---|---|
Default: FALSE | |
Do not store session information in the session cache. Set this option to TRUE to disable SSL session reuse. |
disable_ticket (boolean) | |
---|---|
Default: FALSE | |
Session tickets are a method for SSL session reuse, described in RFC 5077. Set this option to TRUE to disable SSL session reuse using session tickets. |
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu