Joomdle 1.0 Installation

conectivity between Moodle and Joomla

More
7 years 1 month ago #1 by vatl
Hello
After updating site from http to https Joomdle system check is failed last 3 points
Moodle to Joomla HTTP connectivity
Joomla to Moodle HTTP connectivity
Joomdle Web Services

I also get this errors

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Warning: file_get_contents(): Failed to enable crypto in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Warning: file_get_contents(https://mysite/moodle/auth/joomdle/connection_test.php): failed to open stream: operation failed in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Warning: file_get_contents(): Failed to enable crypto in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Warning: file_get_contents(https://mysite/moodle/auth/joomdle/connection_test_joomla.php): failed to open stream: operation failed in /var/www/html/administrator/components/com_joomdle/helpers/content.php on line 200

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #2 by Antonio Durán
Replied by Antonio Durán on topic conectivity between Moodle and Joomla
It seems that for some reason file_get_contents is not working fine with SSL. Are you using a valid certificate that is not self-signed?
You can try changing to cURL, if it is available.

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #3 by vatl
Replied by vatl on topic conectivity between Moodle and Joomla
No, it's not self signed, and yes it tried in cURL, but results is same.

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #4 by vatl
Replied by vatl on topic conectivity between Moodle and Joomla
I fix it, thank you.
Misconfigured ssl.conf

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #5 by Antonio Durán
Replied by Antonio Durán on topic conectivity between Moodle and Joomla
Great, thanks for the feedback.

Please Log in or Create an account to join the conversation.