| Method | Description |
|---|---|
| __init__(self, method, cipher, ciphers_tlsv1_3, shared_groups, timeout, disable_sslv2, disable_sslv3, disable_tlsv1, disable_tlsv1_1, disable_tlsv1_2, disable_tlsv1_3, session_cache_size, disable_session_cache, disable_ticket, disable_compression) | Constructor to initialize a ServerSSLOptions instance. |
Table 5.61. Method summary
This constructor defines a ServerSSLOptions with the specified parameters.
| cipher (enum) | |
|---|---|
| Default: n/a | |
| Specifies the allowed ciphers. For details, see Table 5.31, Constants for cipher selection . |
| ciphers_tlsv1_3 (enum) | |
|---|---|
| Default: n/a | |
| Specifies the allowed ciphers for TLSv1.3 connections. For details, see Table 5.32, Constants for TLSv1.3 cipher selection . |
| 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. |
| shared_groups (enum) | |
|---|---|
| Default: n/a | |
| Specifies the allowed shared groups. For details, see Table 5.33, Constants for shared group selection . |
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu


