duo-labs / isthislegit

Dashboard to collect, analyze, and respond to reported phishing emails.
BSD 3-Clause "New" or "Revised" License
284 stars 51 forks source link

Validate SSL certificates. #34

Closed paddycarver closed 5 years ago

paddycarver commented 5 years ago

This updates the dashboard to follow the instructions at https://cloud.google.com/appengine/docs/standard/python/sockets/ssl_support#validating_certificates and properly validate SSL certificates.

jordan-wright commented 5 years ago

Looks good to me! Thanks @paddycarver.