Splunk Enterprise

Unable to connect to license master

joe06031990
Communicator

Hi,

 

I am getting the bellow error:

 

editTracker failed, reason='Unable to connect to license master=https://192.168.0.21:8189 Error connecting: SSL not configured on client'

after running:

sudo ./splunk edit licenser-localslave -master_uri https://192.168.0.21:8189

I have tried removing the SSLpassword from  system/local/server.conf however this has not worked.

Thanks

 

Joe

Labels (3)
Tags (2)
0 Karma
1 Solution

codebuilder
Influencer

Unless you explicitly changed it, you'll want to use 8089 for the management port. You might also want to put the URL in ticks, as below.

sudo ./splunk edit licenser-localslave -master_uri 'https://192.168.0.21:8089'

https://docs.splunk.com/Documentation/Splunk/8.2.1/Admin/LicenserCLIcommands

 

----
An upvote would be appreciated and Accept Solution if it helps!

View solution in original post

codebuilder
Influencer

Unless you explicitly changed it, you'll want to use 8089 for the management port. You might also want to put the URL in ticks, as below.

sudo ./splunk edit licenser-localslave -master_uri 'https://192.168.0.21:8089'

https://docs.splunk.com/Documentation/Splunk/8.2.1/Admin/LicenserCLIcommands

 

----
An upvote would be appreciated and Accept Solution if it helps!

joe06031990
Communicator

Thanks for your help, all working now.

0 Karma

codebuilder
Influencer

Happy to help. Glad you got it working!

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...