actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

HTTP to HTTPS redirection not working?

Open tadghh opened this issue 9 months ago • 0 comments

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. image

Does this situation fall under below

image

Is there perhaps something I'm missing, or is this a known issue? Thanks.

tadghh avatar May 12 '24 19:05 tadghh