Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two new options to turn off or on TLS 1.1 and TLS 1.2.  By default TLS 1.2 is off enabled still (value of 01), for now, because of a problem but can be disabled if you experience a crash with TLS 1.2 crashing in openssl . These versions of OpenSSL would experience this problem: 1.0.1, 1.0.1a, 1.0.1b, 1.0.1c, 1.0.1d, and 1.0.1e.  There is an open issue with openssl http://rt.openssl.org/Ticket/Display.html?id=3200.

...

Code Block
    CONFIG proxy.config.ssl.TLSv1_1 INT 1
    CONFIG proxy.config.ssl.TLSv1_2 INT 01

JiraTS-2335

RFC 5077 TLS Session tickets

...