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.