OpenID authentication failed: No matching endpoint found
Fork of #60 (closed)
f GNUSocial doesnt' like the certificate of the provider's HTTPS, it gives the user a misleading error message:
OpenID authentication failed: No matching endpoint found after discovering http://strk.keybit.net/openid/: Required type http://specs.openid.net/auth/2.0/signon not present.
I just changed the href value of "openid.server" and "openid2.provider" links to trigger that error. Both the working HREF and the error-triggering HREF point to the same service (I have two names pointing to the same service) so the response content is EXACTLY THE SAME. The only difference is the SSL certificate being used in one or the other case. The working case has a certificate from StartSSL which matches the hostname. The broken case has a self-signed certificate.