TechnikEmpire / HttpFilteringEngine

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

Proxy certificate #82

Closed kirillv closed 8 years ago

kirillv commented 8 years ago

It would be greate if proxy would install generated cert like fiddler if none is provided.

TechnikEmpire commented 8 years ago

@kirillv The engine does this. You can see the code here:

https://github.com/TechnikEmpire/HttpFilteringEngine/blob/master/src/te/httpengine/mitm/secure/WindowsInMemoryCertificateStore.cpp#L91

Or are we talking about something else?

kirillv commented 8 years ago

@TechnikEmpire sorry, you are right. missed it!