Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ras07 on April 02, 2010, 10:46:30 PM

Title: HTTPS on a different port?
Post by: ras07 on April 02, 2010, 10:46:30 PM
In main.inc.php:

// enforce connections over https
// with this option enabled, all non-secure connections will be redirected.
// set the port for the ssl connection as value of this option if it differs from the default 443

would appear to indicate that if you set $rcmail_config['force_https'] to a port number, rather than to TRUE, it will redirect to HTTPS on that port. I can't seem to get it to work, however. Am I misunderstanding the instructions here?

It works fine (on 443) if I set it to TRUE. But if I set it to some other port, it doesn't seem to work. (I am LISTENing on the port, and it's open on the firewall.)

Any thoughts?
Title: HTTPS on a different port?
Post by: SKaero on April 03, 2010, 12:02:45 AM
That is the way it is suppose to work it was fix in SVN r3208 #1486411 (force_https to new port not working) ? Roundcube Webmail (http://trac.roundcube.net/ticket/1486411)
Title: HTTPS on a different port?
Post by: ras07 on April 03, 2010, 03:32:46 PM
Quote from: skaero;26588That is the way it is suppose to work it was fix in SVN r3208 #1486411 (force_https to new port not working) ? Roundcube Webmail (http://trac.roundcube.net/ticket/1486411)

Thanks! The patch worked perfectly.