Hello, we are trying to set up Splunk Web to support TLS 1.2 (only) while allowing all TLS 1.2 "high" ciphers.
The problem is, I am only presented with four suites (RSA_WITH_AES_128_CBC_SHA256, RSA_WITH_AES_256_CBC_SHA256, RSA_WITH_AES_128_GCM_SHA256, RSA_WITH_AES_256_GCM_SHA384) when I try to connect. There is no mention of any other suites that should be a part of TLSv1.2+HIGH.
Here is my current config:
[settings]
enableSplunkWebSSL = 1
httpport = 443
sslVersions = tls1.2
cipherSuite = TLSv1.2+HIGH:@STRENGTH
Any ideas would be greatly appreciated!
↧