Closed (fixed)
Project:
Janrain Social Login
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Sep 2009 at 20:20 UTC
Updated:
11 Oct 2009 at 01:20 UTC
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
Comment #1
tamitha commentedComment #2
job.atul commentedThe 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.
Comment #3
nrambeck commentedA 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.
Comment #4
nrambeck commentedI 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.