Page MenuHomePhabricator

CentralAuth doesn't care about https
Closed, ResolvedPublic

Description

Hi,

I think I've found a major issue in how CentralAuth handles https : when logging in with global login enabled, Special:UserLogin loads remote images from http://wikiwhatever/Special:AutoLogin?token=secrettoken (one image per project), while it should load them from http*s*://sameurl (when browsing using https, of course).

What happens is that cookies are sent unencrypted =/

I guess images should use protocol relative URLs as well.

Best regards,

Arkanosis@frwiki


Version: unspecified
Severity: major

Details

Reference
bz31320

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:53 PM
bzimport set Reference to bz31320.
bzimport added a subscriber: Unknown Object (MLST).

It's due to the switch between secure services. This issue is known, and will be handled today I've been told.

Fixed in r98745, deployed just now and working for me.

Works for me too. Thanks a lot!