Scaling Across Multiple Machines with F5 : SSL offload problem

Hi there,

we're trying to set up a load balancing using a F5 in front of our owncloud servers.

For performance goals, we would like SSL encryption to be made at the F5 level.

Is there any settings/parameters to configure in OwnCloud so that the SSL offload works ? (meaning : so that OC build absolute links in https although it is working in http)

Thanks in advance for your answers,
Nicolas

Hi,

the 'overwriteprotocol' => '', config option explained here might help with that:

https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations

Excellent !

I've put 'overwriteprotocol' => 'https' in the config.php file and it works like a charm !

Thanks a lot,
Nicolas