General > Support
SSL redirect problem
(1/1)
mikew:
We use a special proxy https://www.internetx.com/en/proceed/
it redirects from http -> https
But it bringst follow error:
File not found: http://www.domain.de/mibew/styles/chats/default/iframe.css
File not found: http://www.domain.de/mibew/plugins/Mibew/Mibew/Plugin/AdvancedButton/js/refresh.js
I added the proxy IP at config.yml without success.
At config Settings -> Options i set all SSL to on.
Where can i change in the code 'http' to 'https' ?
faf:
Mibew Messenger use Symfony for routing.
If you proxying https-requests to http-backend, just set several environmental variables related to protocol (namely, HTTPS should be set to on and HTTP_SCHEME to https), and Symfony will do the magic.
Alternatively, one could alter the config/routing.yml this way. But I wouldn't recommend that way: one will have to manually update routes during each system update.
Navigation
[0] Message Index
Go to full version