We have a project requirement:
The web server must use HTTPS based on the Transport Layer Security (TLS) Protocol in accordance with IETF RFC7465.
My question, does anyone know if Ignition/Perspective conforms?
From what I can see, 7465 deals with prohibiting RC4 cipher suites.
Any help is much appreciated.
This document requires that Transport Layer Security (TLS) clients and servers never negotiate the use of RC4 cipher suites when they establish connections. This applies to all TLS versions. This document updates RFCs 5246, 4346, and 2246.
Looks like by default we enable the cipher suites in TLS v 1.2 and v1.3. However you can exclude any cipher suits you want using the exclude Cipher Suites setting
2 Likes