Actions
Bug #2348
closedpretty print ssl errors
Affected Versions:
Effort:
Difficulty:
Label:
Description
This morning the OISF SSL cert was invalid for a bit due to expiration. It's been fixed now. When it was expired I did get this error:
victor@c2758:~/rules$ /home/victor/dev/suricata-update/bin/suricata-update update-sources 9/12/2017 -- 08:17:28 - <Warning> -- No suricata application binary found on path. 9/12/2017 -- 08:17:28 - <Info> -- Using default Suricata version of 4.0.0 9/12/2017 -- 08:17:28 - <Info> -- Downloading https://www.openinfosecfoundation.org/rules/index.yaml Traceback (most recent call last): File "/home/victor/dev/suricata-update/bin/suricata-update", line 26, in <module> sys.exit(main.main()) File "/home/victor/dev/suricata-update/suricata/update/main.py", line 1362, in main sys.exit(_main()) File "/home/victor/dev/suricata-update/suricata/update/main.py", line 1139, in _main return args.func() File "/home/victor/dev/suricata-update/suricata/update/commands/updatesources.py", line 40, in update_sources raise Exception("Failed to download index: %s: %s" % (url, err)) Exception: Failed to download index: https://www.openinfosecfoundation.org/rules/index.yaml: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
I think there should be a nicer error message here.
Actions