Forums | Mahara Community
Mahara/Moodle integration
/
Administer autorities: Moodle certificate not accepted
01 April 2013, 20:49
I'm using Mahara 1.6.3 / Moodle 2.4.2
https://my.moodle.com works fine -> self signed certificate exists
Mahara: Setting up Administer authorities gives the following error:
Error retrieving public key: This is not a valid SSL certificate.
Is this a problem with my Moodle server or with Mahara?
03 April 2013, 11:19
Hi Rudy,
That message indicates that Mahara was not able to parse the public key it got from your Moodle instance, which is usually a problem on the Moodle side, or a networking issue.
Cheers,
Aaron
04 April 2013, 12:21
Hello Rudy,
Can you please check that you turned networking on in Moodle and also set the parameters for the Mahara peer as described in the Mahoodle document?
Cheers
Kristina
04 April 2013, 15:52
Thanks for your help.
What was missing:
$CFG->opensslcnf ='/opt/bitnami/common/openssl/openssl.cnf';
in config.php on my Moodle server