Requests can incorrectly pass validation steps
tomharrigan opened this issue · 1 comments
tomharrigan commented
Once the certificate is cached, requests can pass validation even if they shouldn't.
Probable solution: cache key should be an MD5 of all relevant parameters, not just the URL
tomharrigan commented
caching by URL is actually fine. Tweaks incoming