Does JSSE implementation of TLSv1 falls back to SSLv3 or SSLv2 if server re
Does JSSE implementation of TLSv1 falls back to SSLv3 or SSLv2 if server requests.
I am planning to use TLSv3 protocol for our SSL client implementation. My worry is if I use TLSv3 which being the latest and the new standard, does the Sun's JSSE implementation fallsback to SSLv3 or SSLv2 if the server doesn't accept TLS.
Can anyone let me know and point me to the right link.
This highly required as I am not sure what clients use their webserver as.

