von / PerProxy

A python-based proxy that uses Perspectives to detect and thwart SSL MITM attacks.
7 stars 2 forks source link

Short-lived certificates causes lots of CertificatePatrol warning #22

Open von opened 13 years ago

von commented 13 years ago

"This certificate will expire soon. It is normal to replace it now."

CertificatePatrol seems to throw up warnings if a certificate is less than a day old (or there about). Certificates should be long-lived enough to avoid this.

This is probably Related to Issue #3, in that making them the same lifetime as the site certificate should solve this.