HttpFilteringEngine icon indicating copy to clipboard operation
HttpFilteringEngine copied to clipboard

Transparent filtering TLS proxy.

Results 22 HttpFilteringEngine issues
Sort by recently updated
recently updated
newest added

apple.com is failing on some clients still.

bug

Whenever trying to load this link: https://osdn.net/ticket/browse.php?group_id=7035&tid=35740 I get an error on the server side (when parsing server headers) that the parser has flagged the response as an upgrade. Not...

bug

I have one suggestion regarding the FirewallCallBack which will add an extra feature to the Filtering Engine. Currently the behavior is return true for applications you would like the engine...

enhancement
question

We need to/should log an entire cert (the cert that fails) when trust chain failure is detected. https://github.com/cloudveiltech/Citadel-Windows/issues/54 https://github.com/cloudveiltech/Citadel-Windows/issues/52

enhancement

We avoided latest openSSL versions because boost::asio was not up to speed on its integration with the latest version. Some rumours I've seen around the interwebs suggest that this is...

enhancement

We don't filter passthrough stuff right now. However, thanks to SNI, we can detect the target server. So, we should pass this to the filtering callback to see if we...

enhancement

WinDivert uses VS 2012 redistributables and the main project builds in vs2015. So the engine gets deployed with only the VS2015 redistributables, and clients who don't have vs2012 versions get...

enhancement

I had to run cmd as administrator to build. I just wanted to make a note here in case anybody else is trying to build it.

enhancement

Add a filtering language to the core diverter that can detect flows to certain connections and just drop them. Probably should just use the suricata format so we can consume...

enhancement