monie
monie copied to clipboard
man-in-the-middle http/https proxy library in rust
Any plan to add static root certificate? Sometime we need to install the certificate to the system or share that. Thank you for your contribution
MONIE_KEY_FILE and MONIE_CERT_FILE can be used to control what certificate is served up by this server. Taken mostly from https://github.com/ctz/hyper-rustls/blob/master/examples/server.rs.
rust gnu version, `cargo run --example request-log` output: ``` Compiling monie v0.1.0 (C:\msys64\tmp\rust\monie) error[E0599]: no method named `connection_for` found for type `CLIENT` in the current scope --> src\lib.rs:166:25 | 101...
I was just looking for the exact type of crate. Any plans on publishing?