I'm trying to implement this mod for the first time. My account at rpx is setup fine, I've input my token domain (with and without *) but when I put in the API Key in Drupal, I get this error message:
# There was a problem fetching the realm and admin url using the provided API Key. It may be invalid.

I've uninstalled/reinstalled the mod (reuploaded files), reset the API Key on the rpx side ... no luck. It will go ahead and put the login form up but when you click it, it gives a 'not found' page error.

Thanks!
Tamitha

Comments

tamitha’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta1
job.atul’s picture

The RPX module requires two-way communication between your Drupal site and the RPX servers. That being the case, the RPX sign-in process will only work if your Drupal site is actually publicly online.

nrambeck’s picture

A previous user with this problem reported that they needed openssl installed. Find out from your hosting provider if PHP is installed with OpenSSL. If not, have them enable it.

nrambeck’s picture

Assigned: Unassigned » nrambeck
Status: Active » Fixed

I believe this had to do with some changes made to the RPX API that broke our original code. See #582352 for details. However, the latest code changes will resolve these problems.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.