@be_tnt wrote:
Hello!
I have configured HAProxy with SSL (SSL termination solution). For the domain, it works well (exemple: http://example.com to https://example.com). But if the page contains http url, they are not redirected to https. Is this normal? Did I miss something in my config?
To redirect http to https, I have added in my section “frontend_http”:
redirect scheme https if !{ ssl_fc }
Thx!
Posts: 4
Participants: 2