Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8190697

Provide a API to disable SSL session resumption per Application

XMLWordPrintable

      A DESCRIPTION OF THE REQUEST :
      Currently SSL session resumption is opened by default. No way to disable it for whole application. Only can specify the cache size and cache timeout, but set 0 to cache size or cache time means no limit.




      JUSTIFICATION :
      When using a library like MySQL connector JDBC, and your server is under load balance, then use SSL session resumption will cause some connections failed. Need provide a way to disable the SSL session resumption.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      When specify the cache timeout to -1, then the cache is disabled.
      ACTUAL -
      Can not disable SSL session cache.

            xuelei Xuelei Fan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: