Installation

Wget link fails to download Splunk ("Unable to establish SSL connection")

LukeMurphey
Champion

When I attempt to download Splunk on a Centos system using the wget link that Splunk.cim provides but this doesn't work and instead provides the following error:

OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.

Anyone know of a workaround?

0 Karma
1 Solution

LukeMurphey
Champion

I have been using curl instead successfully.

Here is an example:

curl 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=7.0.0&product=splunk&filename=splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm&wget=true' -k -v -L -o splunk.rpm

View solution in original post

LukeMurphey
Champion

I have been using curl instead successfully.

Here is an example:

curl 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=7.0.0&product=splunk&filename=splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm&wget=true' -k -v -L -o splunk.rpm
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...