I have a client running on java 1.6 communication with a server running on java 1.8 via web services.
1) I would like to know if my client can support any SSL/TLS version?
2) How to find out my client is running on what SSL/TLS version supposed that I do not have access to the distant server?
3) Can I force the TLS/SSL version from a java client application?
Any help would be be great! Thank you!