• Hi,

    I’m getting this message:

    OpenID::Server::UntrustedReturnURL

    Whenever I try to check an OpenID, including mine. I had to disable the plugin since it would allow for comments. It replied with this error too.

    I tried using 3 different OpenID URLs and none worked. I also tried rebuilding the database, but no luck.

    Help would be much appreciated!

Viewing 1 replies (of 1 total)
  • Do you by any chance have your blog at one address and the WordPress admin at a different address? That can cause issues with the “trust root” in the Open ID request.

    If so, I modified line 309 of “logic.php”, changing

    function doRedirect($auth_request, $trust_root, $return_to) {

    to

    function doRedirect($auth_request, $trust_root, $return_to) { $trust_root = '[WordPress URL]';

    I don’t know how this would affect using OpenID for comments, but it works for accessing the WordPress admin.

Viewing 1 replies (of 1 total)

The topic ‘OpenID::Server::UntrustedReturnURL’ is closed to new replies.