Answer
The minimum allowed SSL protocol is TLS v.1.2 .
TLSv1.3 | TLS_AES_128_GCM_SHA256 |
TLSv1.2 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 |
Note:
The minimum java version required to have the TLS v1.2 enabled by default is Java™ SE Development Kit 7, Update 131 Release Notes (oracle.com) . When using a lower version it may cause a handshake failure error.
Modified on
6 months 3 weeks ago