|
|
|
|
|
by bjpbakker
2946 days ago
|
|
Redirecting HTTP requests to HTTPS should not be the default thing to do. It introduces vulnerabilities (such as MITM attacks) that are hardly considered in most configurations (from what I've seen around). The default connection to your web server should be HTTPS, not HTTP. HSTS is an option to set this up properly. |
|