Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57455

Jenkins is not exposing cipher for TLSv1.1 and TLS1

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • core
    • None

      Jenkins (2.164.1) is not exposing weak ciphers. We want to attach our jenkins instance to our VIP netscalar. But our netscalar does not support TLSv1.2 and we are getting only TLSv1.2 cipher.

      // code placeholder
       ssl-enum-ciphers:
      |   TLSv1.0: No supported ciphers found
      |   TLSv1.1: No supported ciphers found
      |   TLSv1.2:
      |     ciphers:
      |       TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - strong
      |       TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - strong
      |       TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - strong
      |       TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - strong
      |       TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - strong
      |       TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - strong
      |       TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - strong
      |       TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - strong
      |     compressors:
      |       NULL
      
      

      Please suggest, how can we introduce cipher for TLSv1.1 and TLSv1?

      Please help us, we are in blocking state.

      Thanksm

            Unassigned Unassigned
            saxenadeepakkumar deepak kumar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: