When I'm attempting to add an account onto the Splunk App for AWS, I receive a SSL Certificate Verify Failed error when saving the credentials. I'm not sure how to proceed with configuration when getting this error, my Splunk environment is:
OS: openSUSE 42.1 Leap (all updates installed)
Splunk: Splunk Enterprise 6.4.2
App: Splunk App for AWS 4.2.1
Add-on: Splunk Addon for AWS 4.0.0
Full error:
08-01-2016 16:18:08.096 -0400 ERROR AdminManagerExternal - Stack trace from python handler:\nTraceback (most recent call last):\n File "/opt/splunk/lib/python2.7/site-packages/splunk/admin.py", line 129, in init\n hand.execute(info)\n File "/opt/splunk/lib/python2.7/site-packages/splunk/admin.py", line 589, in execute\n if self.requestedAction == ACTION_CREATE: self.handleCreate(confInfo)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/aws_accounts_handler.py", line 97, in handleCreate\n return self.handleEdit(confInfo)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/aws_accounts_handler.py", line 91, in handleEdit\n am.add_or_update(fname, keyId, secretKey, category)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/aws/aws_account_manager.py", line 120, in add_or_update\n accessible_regions = aws_utils.get_accessible_regions(self._proxy, key_id, secret_key, category)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/aws/aws_utils.py", line 605, in get_accessible_regions\n available_regions += check_commercial_regions_access(proxy, aws_access_key_id, aws_secret_access_key, token)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/aws/aws_utils.py", line 594, in check_commercial_regions_access\n return conn.get_all_regions()\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/boto/ec2/connection.py", line 3493, in get_all_regions\n [('item', RegionInfo)], verb='POST')\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/boto/connection.py", line 1170, in get_list\n response = self.make_request(action, params, path, verb)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/boto/connection.py", line 1116, in make_request\n return self._mexe(http_request)\n File "/opt/splunk/etc/apps/splunk_app_aws/bin/boto/connection.py", line 1030, in _mexe\n raise ex\nSSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:603)\n
↧