https.client.protocols | TLSv1.3,TLSv1.2 | The protocols to support by default for all TLS/SSL/HTTPS client traffic.
CAUTION:
Changing this property could leave your server vulnerable to certain SSL-based attacks.
Note: The SSL Manager enables you to adjust protocol settings on a per-connector basis, rather than having to change the value for the entire server.
Note: TLSv1.3 is only available when running Mirth Connect on Java 11 or later.
|
https.server.protocols | TLSv1.3,TLSv1.2,SSLv2Hello | The protocols to support by default for all TLS/SSL/HTTPS server traffic.
CAUTION:
Changing this property could leave your server vulnerable to certain SSL-based attacks.
Note: The SSL Manager enables you to adjust protocol settings on a per-connector basis, rather than having to change the value for the entire server.
Note: TLSv1.3 is only available when running Mirth Connect on Java 11 or later.
|
https.ciphersuites | See Default Supported Cipher Suites | The cipher suites to support by default for all TLS/SSL/HTTPS server traffic.
CAUTION:
Changing this property could leave your server vulnerable to certain SSL-based attacks.
Note: The SSL Manager enables you to adjust protocol settings on a per-connector basis, rather than having to change the value for the entire server.
|
https.ephemeraldhkeysize | 2048 | The key size to use for all generated Diffie-Hellman parameters.
CAUTION:
Changing this property could leave your server vulnerable to certain SSL-based attacks.
|