HTTP type from http to https

Infos:

  • Used Zammad version: 5.0.3
  • Used Zammad installation type: Package
  • Operating system: Ubuntu 20.3
  • Browser + version: Chrome

Expected behavior:

When I change the HTTP type to https for the implementation with telegram everything would be work fine.

Actual behavior:

When I change HTTP type to https, zammad send me error with CSRF with the login, it should not do because I already have ssl certificates. I currently have ssl with let’sencrypt, but we had tried this same configuration with other zammad implementation and it worked.

Steps to reproduce the behavior:

Just change HTTP type from http to https

On this moment I have zammad with nginx server, the problem was the zammad.conf of nginx, only changed or put below line: proxy_set_header X-Forwarded-Proto https;
With this the http_type with the CSRF token will solved.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.