| openssl_conf = openssl_init | |
| # Comment out the next line to ignore configuration errors | |
| config_diagnostics = 1 | |
| [openssl_init] | |
| ssl_conf = ssl_configuration | |
| [ssl_configuration] | |
| system_default = tls_system_default | |
| [tls_system_default] | |
| MinProtocol = TLSv1.2 | |
| MaxProtocol = TLSv1.2 |