I want to use https for my CakePHP application.
I found some articles explain how to force https in CakePHP ( http://blog.andolasoft.com/2013/07/ssl-authentication-using-security-component-in-cakephp.html )
But the problem is I'm using load balancer (AWS), so I faced with the problem if I use redirect (redirect loop).
Would anyone have experience with this issue?
How to force https in CakePHP without redirect from http ?
Thanks so much.