Ticket #7298 (closed Bug: fixed)

Opened 4 years ago

Last modified 3 years ago

openid support fails on https IDs

Reported by: reinout Owned by: wichert
Priority: minor Milestone: 3.0.4
Component: Infrastructure Keywords:
Cc:

Description

Found the cause for not being able to log in with openid on my own site and on martinaspeli.net, for instance.

Reason:  https://reinout.myopenid.com did fail, though the myopenid side of things worked fine. But the "https" was the problem on plone's side (and for a few other sites).  http://reinout.myopenid.com worked just fine.

The end result if you try it with an https id: the personalbar barfs with an attributeerror (#7296).

Perhaps there ought to be a check for "https" if there's no https support compiled in?

Change History

comment:1 Changed 4 years ago by wichert

  • Status changed from new to closed
  • Resolution set to fixed

(In [17773]) Accept https as well. fixes #7298

comment:2 Changed 4 years ago by reinout

Thanks for fixing it!

comment:3 Changed 3 years ago by hannosch

  • Component changed from Login and registration to Infrastructure
Note: See TracTickets for help on using tickets.