Dennis Ortsen wrote:
Hi All,
I've found the cause for my problem with IE7 and downloading attachments over HTTPS with RC 0.3.1. I've solved this server side to include SetEnv HTTPS on on the vhost configuration in apache.
...and you've got in main.inc.php:
/ some servers (nginx) doesn't provide $_SERVER['HTTPS'] variable, // also this doesn't exists on servers behind the https proxy // Set this option to TRUE to tell Roundcube that you're in SSL mode $rcmail_config['use_https'] = false;