actix-web
actix-web copied to clipboard
HTTP to HTTPS redirection not working?
A client connects to a server using rustls 0.22.4/0.22.2, connections to HTTPS are successful but HTTP are not. I'm assuming they would be upgraded to HTTPS automatically as that is mentioned in the HTTP2 documentation on the Actix Website
Im using the example rustls project provided in this repo. When connecting via http the website just displays below. And to clarify I'm expecting that we would redirect to HTTPS.
Does this situation fall under below
Is there perhaps something I'm missing, or is this a known issue? Thanks.