DEV Community

Discussion on: Actix-Web in Docker: How to build small and secure images

Collapse
 
jasonish profile image
jasonish

If Actix has it as a feature, you could try to use Rustls instead of TLS. This made compiling with Musl much simpler for my app that uses Warp, where Rustls is an option instead of OpenSSL.