TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Generated CA is being rejected on Windows #23

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

"This certificate has an invalid digital signature." and "The integrity of this certificate cannot be guaranteed. The certificate may be corrupted or may have been altered."

TechnikEmpire commented 8 years ago

When rewriting, I tried to split a single "IssueCertificate" method into two methods, one for CA and one for normal certs. When I did this, I didn't even pay attention to the fact that I was modifying the CA cert post-signing. Dumb mistake. Fixed in next commit.