Symfony2 behind ELB is redirecting to http instead of https

后端 未结 7 1349
予麋鹿
予麋鹿 2021-02-01 17:04

Issue:

  • User logs in with https://example.com/login
  • Authentication is approved
  • As configured in security.yml Symfony2 redirects u
7条回答
  •  独厮守ぢ
    2021-02-01 17:56

    are you use absolute url for redirection? i was facing a similar issue behind myracloud when we used relative urls on redirection. myracloud "fixed" it and made it absolute, but lost the protocol.

提交回复
热议问题