Moodle mahara integration problem in xampp v1.7.7

Moodle mahara integration problem in xampp v1.7.7

Mahendra Soni發表於
Number of replies: 5

Working with xampp v1.7.3 was quite easy to integrate moodle and mahara than xampp1.7.7.

I have installed new xampp v1.7.7 on my windows server2011. I spent more than enough time to integrate mahara and moodle but couldn't success.

First, it was not generating ssl key in mahara. I setup the environment variable and changes some setting and finally it creates the key . Now In moodle in manage peer section under networking, I added host succesfully but when clicking on services tab, it is  taking more time to load and showing 'Webpage not available' and 'Connection interrupted error'.

If anyone having the same problem and has a quick solution. Please reply asap. I have just couple of days to implement it.

 

Thanks in advance

Mahendra

評比平均分數:Useful (1)
In reply to Mahendra Soni

Re: Moodle mahara integration problem in xampp v1.7.7

mohammaed moreb發表於

i face the same problem and i tray to solve it from 6 hour any help plz.

In reply to mohammaed moreb

Re: Moodle mahara integration problem in xampp v1.7.7

Mahendra Soni發表於

Hello mohammad,

The only solution I found is:

Include openssl.cnf file of xampp1.7.3 in config file of both moodle and mahara

openssl.cnf file location : c:\xampp\apache\bin\openssl.cnf ( see whatever is your xampp location )

moodle config.php : $CFG->opensslcnf = 'c:\xampp\apache\bin\openssl.cnf'

mahara config.php : $cfg->opensslcnf = 'c:\xampp\apache\bin\openssl.cnf'

It worked in my case

ADB 微笑

Mahendra soni

評比平均分數:Useful (1)
In reply to Mahendra Soni

Απάντηση: Moodle mahara integration problem in xampp v1.7.7

Panagiotis Iliopoulos發表於

Hello everyone,

Has anyone found a solution to this?

I am running XAMPP 2.5 and have installed Moodle 2.3.2 and Mahara 1.6.2.

I am at the same exact point in the process of integrating both systems and I am having the exact same problem, when clicking the "service" tab under networking/peer/mypeer I get a "connection was reset" page.

The provided solution does not solves the issue for me, I have added on both config.php files on both systems the variables.

mahara: $cfg->opensslcnf ='D:\xampp\apache\bin\openssl.cnf';
moodle: $CFG->opensslcnf = 'D:/xampp/apache/bin/openssl.cnf';

The contents of the apache error.log file look like this:

[Fri Jan 25 13:46:27 2013] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Jan 25 13:46:27 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jan 25 13:46:27 2013] [notice] Digest: done
[Fri Jan 25 13:46:29 2013] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Fri Jan 25 13:46:29 2013] [notice] Server built: Sep 10 2011 11:34:11
[Fri Jan 25 13:46:29 2013] [notice] Parent: Created child process 6900
[Fri Jan 25 13:46:30 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jan 25 13:46:30 2013] [notice] Digest: done
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Child process is running
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Acquired the start mutex.
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Starting 150 worker threads.
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Starting thread to listen on port 443.
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Starting thread to listen on port 443.
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Starting thread to listen on port 80.
[Fri Jan 25 13:46:32 2013] [notice] Child 6900: Starting thread to listen on port 80.
[Fri Jan 25 13:46:37 2013] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Jan 25 13:46:38 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jan 25 13:46:38 2013] [notice] Digest: done
[Fri Jan 25 13:46:39 2013] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Fri Jan 25 13:46:39 2013] [notice] Server built: Sep 10 2011 11:34:11
[Fri Jan 25 13:46:39 2013] [notice] Parent: Created child process 4204
[Fri Jan 25 13:46:40 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jan 25 13:46:40 2013] [notice] Digest: done
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Child process is running
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Acquired the start mutex.
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Starting 150 worker threads.
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Starting thread to listen on port 443.
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Starting thread to listen on port 443.
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Starting thread to listen on port 80.
[Fri Jan 25 13:46:41 2013] [notice] Child 4204: Starting thread to listen on port 80.

I would really appreciate any advice.

In reply to Panagiotis Iliopoulos

Re: Απάντηση: Moodle mahara integration problem in xampp v1.7.7

Mahendra Soni發表於

XAMPP 2.5!! I don't see any version of XAMPP 2.5, latest is 1.8.1. I haven't used it though.

The solution you applied will work with XAMPP 1.7.7 because in this version of xampp there is some openssl version problem.

You must TRY  mohammaed moreb's solution and yeah don't forget to set environment variable.

Good Luck 微笑