Hi. I have a web application with HTTPS protocol (self-signed certificate) set up. However, whenever I try to access it (i.e. localhost:8443/) I'll get:
Bad Request
This combination of host and port requires TLS.
When I explicitly add the schema to the URL (i.e. https://localhost:8443/, everything works fine. How do I redirect the localhost:8443/ to https://localhost:8443?