UF : 6.4.5
Deployment-server : 6.6.11
If I execute this in UF, it is no problem.
/opt/splunkforwarder/bin/splunk display app -uri https://:8089 -auth :
But if I execute this in deployment-server, below error is displayed.
/opt/splunk/bin/splunk display app -uri https://:8089 -auth :
Error message :
Couldn't complete HTTP request: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
I thought it is ssl issue, so I configured `server.conf` in deployment-server like below, but it is still not working...
[sslConfig]
sslVersions = *,-ssl2
sslVersionsForClient = *,-ssl2
cipherSuite = TLSv1+HIGH:TLSv1.2+HIGH:@STRENGTH
https://docs.splunk.com/Documentation/Splunk/6.6.11/ReleaseNotes/KnownIssues
https://docs.splunk.com/Documentation/Forwarder/6.6.11/Forwarder/Compatibilitybetweenforwardersandindexers
How can I solve it?
Please someone help me.
↧