OpenID with Gerrit not working

When I click "Register" or "Login" using the "Gerrit Code Overview", I get this error: Provider is not supported, or was incorrectly entered.

And when I manually enter the URL in the OpenID field, it leads me to a Google page that says: The page you requested is invalid.

Are there any clues what is going on here?

EDIT . In further research, I realized that if I changed the provided URL in the OpenID field to http , and not to https , it will redirect me to Google and ask me to approve. However, when redirecting back to Gerrit, nothing seemed to happen. I tried to register / subscribe several times and did not influence.

I also looked into the MySQL to find out if any data is stored, and does not seem to exist.

EDIT 2 : I have now submitted an error report for Gerrit .

EDIT 3 : Answer. I would have read the previous bug reports a little more carefully. My sysadmin fu is also very missing. However, this is resolved as a duplicate of another error and is a Debian problem; see below .

+7
git openid gerrit
source share
2 answers

This turned out to be a duplicate of another problem .

The error was related to the OpenJDK Java Security Cacerts for Debian. Fixed by symbols: ln -sf /etc/java-6-sun/security/cacerts /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts

I updated my error report, indicating that the error logs still do not generate a response that indicates the true cause of the error.

+4
source share

Is this a problem with Gerrit 459 ?

All suppliers are always accepted.
But the administrator can configure auth.trustedOpenId so that users, an unknown OpenID provider, use permissions for groups other than "Registered Users".

The problem with docwhat.org is that the XRDS document is not a valid XML file according to our relying library of parties.


As the OP mentions Josh Smith , a new error was sent for this particular instance: Issue 728 .

0
source share

All Articles