Author Topic: HTTPS on a different port?  (Read 3154 times)

Offline ras07

  • Newbie
  • *
  • Posts: 8
HTTPS on a different port?
« 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
HTTPS on a different port?
« Reply #1 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

Offline ras07

  • Newbie
  • *
  • Posts: 8
HTTPS on a different port?
« Reply #2 on: April 03, 2010, 03:32:46 PM »
Quote from: skaero;26588
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


Thanks! The patch worked perfectly.