Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: 1.8
-
Component/s: MNet
-
Labels:None
-
Environment:HideCentOS 4.4, RPM installs of php-5.1.6-1.2.1, php-xmlrpc-5.1.6-3.el4s1.5, and a whole slew of PHP add-on's 5.1.6-1.2.1 version. Moodle 1.8, Apache version 2.0.52-28. Ask me if I left out anyhing critical there, I'm happy to give up the data if it's relevant... Self-signed SSL cert on the webserver (it's just a test setup - not paying for commercial keys for testing purposes).ShowCentOS 4.4, RPM installs of php-5.1.6-1.2.1, php-xmlrpc-5.1.6-3.el4s1.5, and a whole slew of PHP add-on's 5.1.6-1.2.1 version. Moodle 1.8, Apache version 2.0.52-28. Ask me if I left out anyhing critical there, I'm happy to give up the data if it's relevant... Self-signed SSL cert on the webserver (it's just a test setup - not paying for commercial keys for testing purposes).
-
Database:MySQL
-
URL:N/A
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
I have two moodle installs on the same webserver. One in /moodleone/ and one in /peer/. Networking is setup per the instructions found at http://docs.moodle.org/en/Moodle_Network - which seems pretty straightforward. However, it hangs up in the Setup->2->6 (to reference the docs). When (using a whole separate web browser), I log in as a user, I can see the remote host in the Networking box. However, when I click it, I get the following error:
RPC auth/mnet/user_authorise:Payload not encryptedERROR 1:
1:Payload not encrypted
This error is from mnet/xmlrpc/client.php down near line 250. I have also managed to get one other error message out of it (haven't yet tracked down where it came from):
RPC auth/mnet/user_authorise:SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)ERROR 60:
60:SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)
Any help would be greatly appreciated.
Hi Adam,
Really interesting. When the SSL cert is self-signed we should be falling back to not requiring that. We tested this early on, but it seems it's not working any more.