You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
Contenta home page loads fine with both HTTP and HTTPS. However Login fails with 403 Forbidden error with HTTPS and page displays error "Not allowed". Login works fine with HTTP.
I have load balancer (AWS ALB) as the front to my web server which terminates HTTPS.
I see below code in drupal.conf, but not sure why it is failing.
if ($http_x_forwarded_proto = 'https') {
set $fastcgi_https "on";
}