unfoldedcircle / integration-home-assistant

Home-Assistant Integration for Remote Two
Mozilla Public License 2.0
28 stars 5 forks source link

Update rustls to v0.22 #40

Open zehnm opened 10 months ago

zehnm commented 10 months ago

Rustls 0.22 has been released a month ago. We should upgrade. Maybe this fixes the connection issue to Traefik, reported in:

However, 0.22 has major breaking changes and it won't be a simple crate update. Furthermore, we can't upgrade yet because actix-web, awc and actix-tls only support rustls 0.21 as of now.

This already happened when upgrading to 0.21 - maybe we should consider switching to rust-openssl? Even though I really like the full Rust approach, those breaking changes are becoming a hassle.