seanmonstar / warp

A super-easy, composable, web server framework for warp speeds.
https://seanmonstar.com/post/176530511587/warp
MIT License
9.59k stars 723 forks source link

Honor SSLKEYLOGFILE by default. #1092

Open llebout opened 9 months ago

llebout commented 9 months ago

tokio_rustls already enables rustls's logging feature therefore we can enable this so that debugging warp TLS servers is simple and easy out of the box. Security concerns of enabling by default are limited since if you can alter environnement you can probably also read warp's server memory and achieve the same thing.