Uploaded image for project: 'ONgDB'
  1. ONgDB
  2. ONGDB-274

TLSv1 and TLSv1.1 are no longer supported and expected to fail

    XMLWordPrintable

Details

    • Story
    • Status: Done
    • Highest
    • Resolution: Done
    • 1.0.0
    • 1.0.1
    • None
    • None

    Description

      Tests using TLSv1 and TLSv1.1 should expect failure as these protocols are no longer supported.

      As of latest Java 1.8 the TLSv1 and TLSv1.1 protocols have been disabled and will cause the following exception prior to this update:

      <javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)> 

       

      The following are the supported set of Ciphers with the TLSv1.2 protocol:

      0 = "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
      1 = "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
      2 = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
      3 = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
      4 = "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
      5 = "TLS_DHE_DSS_WITH_AES_256_GCM_SHA384"
      6 = "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
      7 = "TLS_DHE_DSS_WITH_AES_128_GCM_SHA256"
      8 = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
      9 = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
      10 = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
      11 = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
      12 = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA256"
      13 = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"
      14 = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA256"
      15 = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
      16 = "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384"
      17 = "TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384"
      18 = "TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256"
      19 = "TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256"
      20 = "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384"
      21 = "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384"
      22 = "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256"
      23 = "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256"
      24 = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"
      25 = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
      26 = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
      27 = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
      28 = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
      29 = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"
      30 = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"
      31 = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"
      32 = "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA"
      33 = "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA"
      34 = "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA"
      35 = "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA"
      36 = "TLS_RSA_WITH_AES_256_GCM_SHA384"
      37 = "TLS_RSA_WITH_AES_128_GCM_SHA256"
      38 = "TLS_RSA_WITH_AES_256_CBC_SHA256"
      39 = "TLS_RSA_WITH_AES_128_CBC_SHA256"
      40 = "TLS_RSA_WITH_AES_256_CBC_SHA"
      41 = "TLS_RSA_WITH_AES_128_CBC_SHA"
      42 = "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" 

      Attachments

        Activity

          People

            bradnussbaum Brad Nussbaum
            bradnussbaum Brad Nussbaum
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: