hi team,
We are using the jgroups 3.6.4 version, and the "TUNNEL" mechanism.
We found that the connection established between nodes has the option of both TLSv1.1 and TLSv1.2, our requirement is to provide only the TLSv1.2.
we have used the nmap command to check this :
nmap -sV --script ssl-enum-ciphers -p <jgroup_port> <node_ip>
So is there any way we can configure jgroup 3.6.4 to use only the specific TLS version. TLSv1.2?
Please let me know.
thanks beforehand for the response.