Forums | Mahara Community
Mahara/Moodle integration
/
Another problem SSOing moodle to mahara
31 July 2009, 10:37
02 August 2009, 18:31
Hi,
Note that the SSL certs used for your sites aren't the ones used for MNET. Moodle and Mahara generate their own keys internally, and use those instead.
Of course, if your wwwroots are SSL, then they'll already be talking over an encrypted channel, but MNET doesn't know anything about that. That doesn't help you much I suppose, but it does offer an explanation as to why the ssl cert verification fix didn't help you.
Does turning off 'update user info on login' help you with your login issue?
Do you have access to the apache error logs for your Moodle and Mahara? Are there any messages in there that give you a hint as to what might be wrong? You could tail them both and then try a login, to see what new messages appear.
03 August 2009, 10:48
Hi,
thanks for your reply.
Today i removed SSL from the whole moodle and made everything new. And voila, moodle and mahara communicated with each other, they exchanged their keys. So it seems to me, the SSL wwwroot is the problem, which is a problem to me. The production system will use ssl for the whole site anymore, so i can't change this.
The login problem still occurs and disabling 'update user info on login' seems not to solve the problem.
I looked at the error log and there are lots of messages when trying to log in. Unfortunately i can't attach i file with the log. But i put it in my portfolio here... ;-) (error_mahoodle.txt)
03 August 2009, 17:56
Strange! I know there was a problem with HTTPS previously, because neither Moodle nor Mahara had a field big enough to store the right port number (443). But you were, I think, running corrected versions - you can tell by looking at the configuration for the remote side in both Moodle and Mahara - you should be able to input 443 to the port field without struggle.
Your error log didn't contain anything related to the problem in it, sadly