SSL too many redirects

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi. I have a problem
env:
Ubuntu, Apache, mysql

I generate ssl using "certbot "  with force redirects: true
result:: error ssl mixed connent

I set  "UseHttpXForwardedProto": true, and  enable ssl in store properties.
result:
- ssl mixed content on home page
- "redirects loop" on admin panel and login page
3 years ago
Hmm. does Apache use X-FORWARDED-PROTO as the header by default? not sure...
maybe try the setting underneath

 "ForwardedHttpHeader": "X-FORWARDED-PROTO"



dawidNie wrote:
Hi. I have a problem
env:
Ubuntu, Apache, mysql

I generate ssl using "certbot "  with force redirects: true
result:: error ssl mixed connent

I set  "UseHttpXForwardedProto": true, and  enable ssl in store properties.
result:
- ssl mixed content on home page
- "redirects loop" on admin panel and login page
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.