AC
Asked
Good morning. I need to know how to activate SSL in the beta version. It's not in the manual. Thank you
- MSAnsweredHello,
There is no change required. But if you want you can update the `APP_URL` in the `.env` file.
Thank you - ACAnsweredCan you show me the route? Thank you
- MSAnsweredHello,
Which route?
There is no change required by app once ssl enabled. You can redirect your traffic to https:// using your web server.
The only change required will be to update `APP_URL` in `.env` file to start it with `https://`
Thank you - Login to Reply