Ativa FORCE HTTPS

Boa tarde,
Alguem poderia me ajudar. Habilitei o force htpps e agora não conseguido acessar mais a pagina de administração.

Hi and welcome to our Community!

Do take a look at the solution provided in this post:

Do let us know if this solves your issue :slight_smile:

Tem alguma outra forma de ajustar essa configuração, queria desmarcar essa opção de forçar pelo https.

Olá Natasha. Boa tarde!
Você consegue indicar alguém para prestar uma consultoria para me ajudar no meu problema sobre habilitar o https e ficar sem acesso a pagina de administração?

The only way to turn that setting back off is via a database edit as mentioned here:

If this is with Docker, then to run the command you would need to do the following:

To fix the underlying issue, assuming the CMS is behind an Apache reverse proxy, you would need to add the following to the Apache configuration:

proxy_set_header X-Forwarded-Proto $scheme;