Subject: Issue with Splunk server not starting after configuring TLS Description: I'm encountering an issue with my Splunk server after configuring TLS. Here's a summary of the steps I've taken: Placed the certificate files (cert.pem, cacert.pem, key.pem) in the directory: /opt/splunk/etc/auth/mycerts/. Modified the /opt/splunk/etc/system/local/server.conf file with the following configurations: [sslConfig] enableSplunkdSSL = true sslVersions = tls1.2,tls1.3 serverCert = /opt/splunk/etc/auth/mycerts/cert.pem sslRootCAPath = /opt/splunk/etc/auth/mycerts/cacert.pem sslKeysfile = /opt/splunk/etc/auth/mycerts/key.pem After restarting the Splunk server using the command ./splunk restart, the following messages were displayed: Starting splunk server daemon (splunkd)... Done Waiting for web server at http://127.0.0.1:8000 to be available.... WARNING: web interface does not seem to be available! Additionally, when checking the status with ./splunk status, the result is: splunkd is not running. Could someone assist me in troubleshooting this issue? I'm unsure why the Splunk server is not starting properly after enabling TLS. Thank you for your help!
... View more