Skip to content

Conversation

@llebout
Copy link

@llebout llebout commented Feb 8, 2024

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.

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.
Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dunno about being enabled by default, but a builder option to enable it could be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants