Closed
Bug 470538
Opened 16 years ago
Closed 16 years ago
Setting HTTPS login: to Allow from Required has no effect
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: nkoth, Unassigned)
Details
It does not seem to be able to disable the requirement for https on SUMO production.
Setting it here seems to have no effect: https://support.mozilla.com/tiki-admin.php?page=login
It works on staging though. Tried clearing all the caches etc... but no effect. See https://bugzilla.mozilla.org/show_bug.cgi?id=470517#c3
Reporter | ||
Comment 1•16 years ago
|
||
Could this be working now, and perhaps due to bug 470546? If so, see bug 470550 for possible root cause.
Reporter | ||
Comment 2•16 years ago
|
||
It might be useful information to see on the slave db:
select * from tiki_preferences where name='https_login';
The setting for https is "required" (current setting). After changing in the admin panel, it should change to "allowed", in which case the redirect should not go to the https login, but http login. (redirect code is at the top of tiki-login.php)
Comment 3•16 years ago
|
||
This is probably just memcache, I'd suggest.
Reporter | ||
Comment 4•16 years ago
|
||
Can we set sometime to troubleshoot this and resolve this once and for all?
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → nelson
Target Milestone: 0.9 → 0.8.1
Reporter | ||
Comment 5•16 years ago
|
||
When is the next maintenance window? We should arrange to figure this out then.
(In reply to comment #4)
> Can we set sometime to troubleshoot this and resolve this once and for all?
Comment 6•16 years ago
|
||
Will test in the 0.8.1 push window, pushing any further work out to 0.8.2.
Target Milestone: 0.8.1 → 0.8.2
Updated•16 years ago
|
Target Milestone: 0.8.2 → 0.9
Updated•16 years ago
|
Assignee: nelson → nobody
Target Milestone: 0.9 → Future
Comment 7•16 years ago
|
||
This is irrelevant now - WONTFIX
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•