[imp] IMP / Horde trying to log in to HTTP when HTTPS specified

Liam Hoekenga liamr@umich.edu
Thu, 6 Jun 2002 15:10:45 -0400 (EDT)


> > and it's looking for /horde/login.php on the insecure interface when I try
> > to log into IMP.  I disabled my alternate_login page, and it's still
> > sending me to http instead of https..
>
> I just played with this about as much as I could, and can't reproduce
> this...

I check a fresh copy of everything (horde, imp, turba) out of CVS.  The
copy I work from is the same as the one I just got from CVS, and it's
still happening.

Does this piece of joy from the php log file help?  I'm running PHP 4.2.1,
and I *think* I've got all the PEAR stuff I need, but I could be
mistaken..

[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  session_name in
/usr/local/projects/webmail/html-ssl/horde-CVS/lib/Registry.php on line
463
[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  auth in
/usr/local/projects/webmail/html-ssl/horde-CVS/lib/Auth.php on line 211
[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  auth in
/usr/local/projects/webmail/html-ssl/horde-CVS/lib/Auth.php on line 211
[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  imp in
/usr/local/projects/webmail/html-ssl/horde-CVS/imp/config/prefs.php on
line 228
[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  imp in
/usr/local/projects/webmail/html-ssl/horde-CVS/imp/config/prefs.php on
line 228
[06-Jun-2002 15:06:46] PHP Notice:  Undefined index:  debug_level in
/usr/local/projects/webmail/html-ssl/horde-CVS/imp/lib/base.php on line 45

Liam