Skip to content

Commit

Permalink
Fixes #229: Changed passiveSSL error msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Apr 13, 2018
1 parent bb063f3 commit 298bf48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzers/CIRCLPassiveSSL/circl_passivessl.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def query_certificate(self, cert_hash):
cquery = self.pssl.query_cert(cert_hash)
except Exception:
self.error('Exception during processing with passiveSSL. '
'Please check the format of certificate_hash, no colons or dashed in the hash.')
'This happens if the given hash is not sha1 or contains dashes/colons etc. '
'Please make sure to submit a clean formatted sha1 hash.')

# fetch_cert raises an error if no certificate was found.
try:
Expand Down

0 comments on commit 298bf48

Please sign in to comment.