After i updated tha add-on to 6.3.x I am not able to create or update account setting under account type
Tenable.sc credentails (deprecated)
I have tried version 6.3.2 and 6.3.6 both failed with error
"please enter valid address, username and password or configure valide proxy settings or verify ssl certificate"
I am using credentials only and no proxy.
Using version 6.1.0 of the add-on i can create/update account with the same info.
I just had this same problem with 6.4.0 and found a workaround.
The Tenable docs for Add-On describe a setting "Verify SSL Certificate" that for whatever reason is not visible from the UI.
https://docs.tenable.com/integrations/Splunk/Content/Splunk2/ConfigureTenablescCertificatesS2.htm
Modify /opt/splunk/etc/apps/TA-tenable/bin/tenable_consts.py
Change True to False where applicable to your deployment. Save and close the file. No restart required.
verify_ssl_for_ot = False
verify_ssl_for_sc_cert = False
verify_ssl_for_sc_api_key = False
verify_ssl_for_sc_creds = False
I apologize for the inconvenience here. Unfortunately, Splunk has forced all apps to no longer expose via the UI the ability to accept insecure connections. To keep our app certified and available on Splunkbase we had to remove this from the UI and move it out of inputs.conf into a separate file.