Joomdle 1.0 Installation

Https not working

  • GlenanPL
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 3 months ago #1 by GlenanPL
Https not working was created by GlenanPL
Hi,
I have a site that is OK since a lot of years. Its work’s fine. During Christmas holiday I decide to change and get https. It’s OK for Moodle and Joomla, But Joomdle not working.
In "system check" I have:
  • Joomla to Moodle HTTP connectivity Joomla cannot connect to Moodle
  • Moodle to Joomla HTTP connectivity Moodle cannot connect to Joomla
  • Joomdle Web Services Received empty response from Moodle
I have changed the URL parameters in Joomdle, Moodle. Regenerate the certificate in Joomdle, but it’s the same
Someone can help?
Thank’s in advance and happy new year!
PL

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

More
7 years 3 months ago - 7 years 3 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Https not working
Hi.

If everything was working before moving to https, the problem may be that the server is having problems with the certificate for some reason.
You can create a test script and put it on your site with this code:
Code:
<?php $a = file_get_contents ('https://YOURMOODLEURL'); echo $a;

Happy new year!
If that does not show the Moodle page, problem is https connection. In that case you could contact your hosting provider to see if they can help.
Last edit: 7 years 3 months ago by Antonio Durán.

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

  • GlenanPL
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 3 months ago #3 by GlenanPL
Replied by GlenanPL on topic Https not working
Hi Antonio,
very nice!
We can find that nothing appears on the site but it’s ok with the same code on another site!
So, we change parameters of /etc/hosts and now the DNS redirects on cloudflare and it’s OK!
Thank you very much and have a nice day / night. B)
Regards!
PL

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