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
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
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
Thanks for your help, all working now.
Happy to help. Glad you got it working!