airoute not producing https links
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
airoute not producing https links
In deploying my app into a docker container, I have it exposed on port 443 with a valid certificate. The site won't work because it seems to be responding with URLs as http://<server_name> instead of https://<server_name>. Meaning, I get HTML returned the browser is blocking the non-secured links which is basically everything.
I have done the following:
I have done the following:
- Changed the APP_URL to be https://<server_name> in the .env file
- Ensured the host (docker) and deployed app instance (inside of Azure) is listening on 443
- added the ASSET_URL to the .env file
Re: airoute not producing https links
airoute() uses the Laravel routing infrastructure. Usually, setting APP_URL to a https URL works. If not, check the Laravel documentation and ask in the Laravel forums for help.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
