0

I have the information to switch from Mac OS X Server TLS 1.0 to TLS 1.1. But I do not know what file to add.

" SSLProtocol -all -SSLv2 -SSLv3 -TLSv1 +TLSv1.1 +TLSv1.2

SSLHonorCipherOrder on

SSLCompression Off

SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-SSLv3:-EXP:!kEDH "

What files do I need to attach these settings to?

Sinan
  • 1
  • 5

1 Answers1

0

Update to the latest Server app version 5.3. It supports TLS v1.2 and has dropped TLS 1.0, so it should give you all you need.

For a discussion of the relevant config files, also see my question tlsv1 alert protocol version when connecting via SSL to OS X Server, although it does not give an ultimate answer to which of the files are actually used.

not2savvy
  • 2,902
  • 3
  • 22
  • 37