Yes, i have disabled certificate verification via this guide over REST API and it is showing disabled SSL verification status on top of the site. These logs are from var/log/splunk/phantom_configuration.log Here is whole part: Traceback (most recent call last): File "/opt/splunk/etc/apps/phantom/bin/phantom_rest.py", line 250, in handle_POST _, _ = pi.verify_server() File "/opt/splunk/etc/apps/phantom/bin/phantom_instance.py", line 489, in verify_server response = requests.get( File "/opt/splunk/etc/apps/phantom/bin/phantom_requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/opt/splunk/etc/apps/phantom/bin/phantom_requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/opt/splunk/etc/apps/phantom/bin/phantom_requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/opt/splunk/etc/apps/phantom/bin/phantom_requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/opt/splunk/etc/apps/phantom/bin/phantom_requests/adapters.py", line 517, in send raise SSLError(e, request=request) phantom_requests.exceptions.SSLError: HTTPSConnectionPool(host='soar-fqdn', port=8443): Max retries exceeded with url: /rest/user_settings (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1161)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/splunk/etc/apps/phantom/bin/phantom_rest.py", line 285, in handle_POST raise Exception(message) Exception: Failed to communicate with user "" on SOAR server "https://soar-fqdn:8443".
... View more