maldevel/EmailHarvester

SSL bad handshake makes whole program stop

Closed this issue · 1 comments

HTTPSConnectionPool(host='www.dogpile.com', port=443): Max retries exceeded with url: /search/web?qsi=1&q=%22%40ENTERED_DOMAIN_REDACTED%22 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))

Running with -e all causes the EmailHarvester.py to abort with above error. Adding -r dogpile makes the program complete successfully. Perhaps it would be a good idea to catch errors like these, though it's not that big of a problem.