Non-secure ajax request if TYPO3 is running behing SSL proxy
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Non-secure ajax request if TYPO3 is running behing SSL proxy
My TYPO3 is running behind a SSL proxy and while the entire page is using secure URLs all ajax requests to /jsonapi will use http and will therefore fail due to a mixed content error. How can I configure aimeos to use https?
Running Typo3 9.5.19, aimeos 19.10.2, PHP 7.2

Running Typo3 9.5.19, aimeos 19.10.2, PHP 7.2

Re: Non-secure ajax request if TYPO3 is running behing SSL proxy
Did you configure https://yourdomain.tld/ in your site configuration? This should force the typoLink method and the UriBuilder to use HTTPS for all links.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Non-secure ajax request if TYPO3 is running behing SSL proxy
Yes, site configuration includes the secure urls. I have tested this in two other environments and there it is working, I am unsure why this happens with one of my environments.