Hello guys, I'm trying to make a reverse proxy using Rust, my reverse proxy is in HTTPS and is using Cloudflare Certificates, but I'm randomly getting this error Server error: error accepting connection: received fatal alert: BadCertificate.
This is my main.rs file: See the files below
My Cargo.toml: See the files below
Thanks in advance !!!