Agung Zon Blade

Results 6 comments of Agung Zon Blade

> For anyone interested, I released the watched hot-reload as a separate create: https://crates.io/crates/tls-hot-reload > > This can be passed in directly into the custom resolver from my PR for...

> Re-opening as I believe the intention here is to actually upgrade. Breaking build is fixed though as of https://github.com/cloudflare/pingora/commit/cb35ff7e32dd92bad9cb83594954c924dc3bd052. oh, good good. 🤔

@scottgre you might want to take a look at this references first? #611 ? which utilized boringssl and dynamic cert setup? for the quick concept you can do ``` [global_certlist_allocated]...

@SecAegis isnt there is `tempfile` crate out there for some reason? [mem] -> [tempfile] -> [load the cert, without needing the actual file/folder] what kind of security risk may occure,...

my own implementation is looks like this utilizing some LRU and RegexCache approach, and use identification id for the cache change-point to not search everytime request come. [gateway core](https://github.com/zonblade/mini-gateway-rs/blob/main/router-core/src/app/gateway_fast.rs) also...

> [@zonblade](https://github.com/zonblade) Thanks for sharing your code and sorry for the late reply. It is a nice implementation that allows for flexible routing, but I'm more concerned with the single...