I have a Golang application using haproxy
on openshift
. What is the correct way to force all traffic to https?
There was a similar question asked here but the answer doesn't seem to work.
I have tried to do local redirects but the I get "too many redirects error"
consistently.