- Posts: 17
Joomdle 1.0 Installation
conectivity between Moodle and Joomla
- vatl
- Topic Author
- Offline
- New Member
-
Less
More
7 years 1 month ago #1
by vatl
conectivity between Moodle and Joomla was created 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
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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.
You can try changing to cURL, if it is available.
Please Log in or Create an account to join the conversation.
- vatl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
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.
- vatl
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
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
Misconfigured ssl.conf
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
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.