Best way to configure Laravel to use HTTPS? #34368
Unanswered
Ali-Shaikh
asked this question in
General
Replies: 1 comment
-
I have always used the following solution: In
Source : https://stackoverflow.com/a/51819095/867451 And use SSL links in views/routes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I am using the above to force Laravel to use HTTPS. I am using AWS Elastic Beanstalk to host my site and using Cloudflare to handle DNS and SSL. I have also set up NGINX to redirect HTTP to HTTPS
and then I ran into Invalid Signature issue 'Email verification 403 invalid signature' which I resolved by
I want to ask is something I am doing redundant or wrong? How can I improve my process and if there is a better way to achieve https and SSL in Laravel.
Thanks in advanced!
Beta Was this translation helpful? Give feedback.
All reactions