-3

When i sysout text solution it shows "[SSLv2Hello, SSLv3, TLSv1]."

i have followed steps provided in text but does not seem to work .

The site uses TLS 1.3 (checked in developer tools/security) Java version 1.6 release 45

i have followed steps provided in text but does not seem to work .

Lord Levii
  • 15
  • 3
  • 2
    Do not longer use java 1.6 it is outdated since decades. I guess java 1.6 doesn't support it – Jens Aug 31 '23 at 11:51
  • 1
    Extended (paid!) support for Java 6 ended 7 years ago! Free updates ended 10 years ago. It's (probably) not your individual fault, but your organisation has failed massively if a necessary piece of software is still running on that version. – Generous Badger Aug 31 '23 at 11:54
  • ... and TLSv1.3 was *specified* in December 2018; probably not implemented in Java 1.8 until 2020. – Arfur Narf Aug 31 '23 at 12:07
  • "it does not seems to work" is not a useful description of whatever problems you are having. It makes your question difficult or impossible to answer and provides no value to future developers who might be having the same problem as you but have no way of knowing without adding the necessary details to your question. For that reason, I have voted to close as "Needs Debugging Details". – President James K. Polk Aug 31 '23 at 13:15
  • @ArfurNarf actually rfc8446 was Aug. 2018, and the first Java implementation was 11(base) in Sep. 2018, but it wasn't backported to j8 until 8u261 in July 2020. (I think it was also backported to paid j7, but I don't see it in the release notes on the Oracle website -- although 7u381 documents disabling SSLv3 and lists TLSv1.3 as remaining enabled. And I don't find anything in the notes for paid j6.) – dave_thompson_085 Aug 31 '23 at 15:38

0 Answers0