admin管理员组文章数量:1335814
I have set up an AWS Fargate cluster with ten WordPress containers behind an AWS Application Load Balancer (ALB).
I tested that my settings work when I have one container. Why can I not log in when I have ten containers?
I have set up an AWS Fargate cluster with ten WordPress containers behind an AWS Application Load Balancer (ALB).
I tested that my settings work when I have one container. Why can I not log in when I have ten containers?
Share Improve this question asked May 27, 2020 at 5:40 James MishraJames Mishra 1011 bronze badge1 Answer
Reset to default 0The issue turned out that the login flow is interrupted because the second HTTP request usually goes to a different container than the container that delivered the wp-login.php
login form.
The solution is to turn on Sticky Sessions for the AWS Application Load Balancer (ALB) Target Group that serves the Fargate containers.
版权声明:本文标题:login - Why do I have a reauth=1 redirection loop when I try to log in to WordPress hosted on AWS Fargate? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742399026a2467509.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论