OpenMeetings with Moodle 3.1+

OpenMeetings with Moodle 3.1+

by Artur Sentsov -
Number of replies: 8

I have Moodle 3.1+ (Build: 20160603) installed with OpenMeetings plugin 2.0.0.4 (2016052401).
I have OpenMeetings server running Apache Openmeetings 3.1.1.

When I am trying to use OpenMeetings inside Moodle i get following error:

array ( 'url' => 'http://myipgoeshere:5080/openmeetings/services/user/login?&user=myuser&pass=mypass', 'content_type' => NULL, 'http_code' => 0, 'header_size' => 0, 'request_size' => 0, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0, 'namelookup_time' => 0.00025700000000000001, 'connect_time' => 0, 'pretransfer_time' => 0, 'size_upload' => 0, 'size_download' => 0, 'speed_download' => 0, 'speed_upload' => 0, 'download_content_length' => -1, 'upload_content_length' => -1, 'starttransfer_time' => 0, 'redirect_time' => 0, 'redirect_url' => '', 'primary_ip' => 'myip', 'certinfo' => array egg, )
Fault (Service error)
Request OpenMeetings! OpenMeetings Service failed and no response was returned. Additioanl info:


Screenshot attached.

Attachment a9473784-2bf4-11e6-8bb2-15084c7b31dd.jpg
Average of ratings: -
In reply to Artur Sentsov

Re: OpenMeetings with Moodle 3.1+

by Artur Sentsov -

I was able to resolve this issue.

On a server where Moodle is hosted, ISP firewall was blocking the outbound traffic on port 5080. After placing proper rules for firewall plugin started working as expected.

In reply to Artur Sentsov

Re: OpenMeetings with Moodle 3.1+

by Oscar León De La Torre -

Hi Artur!,

As I can unlock the outgoing traffic? ,

Please teach me. I'm having the same problem.


In reply to Oscar León De La Torre

Re: OpenMeetings with Moodle 3.1+

by Artur Sentsov -

Hi Oscar,

Where is your Moodle hosted? Is that your own server, dedicated server from hosting provider or shared web hosting from hosting provider?

In reply to Artur Sentsov

Re: OpenMeetings with Moodle 3.1+

by Oscar León De La Torre -

Artur, 

I am using shared web hosting from hosting provider.  

How should I proceed to repair the problem?

Thankyou

In reply to Oscar León De La Torre

Re: OpenMeetings with Moodle 3.1+

by Artur Sentsov -

If you have ssh access to your server, first see if ports are opened. You can use curl for that. Just run curl http://portquiz.net:1935/ and curl http://portquiz.net:5080/ and check the response from curl. If it is not getting response on those ports than contact your hosting provider and ask to open ports 5080 and 1935 for outbound traffic.

In reply to Artur Sentsov

Re: OpenMeetings with Moodle 3.1+

by Oscar León De La Torre -

Hi Artur,

I contacted my hosting provider, to enable ports on outbound traffic that uses Openmeetings in my moodle hosting but they still do not respond.

When they  answer me, I write to tell you the outcome.

Thanks Artur.

In reply to Artur Sentsov

Re: OpenMeetings with Moodle 3.1+

by Miro Iliaš -

Hi Artur,


I have similar problem - upon installing fresh OpenMeetings into our Moodle 3.1+ I git this message below. Is the problem in closed port as you are mentioning in one of your posts ?

Miro


array ( 'url' => 'http://localhost:5080/openmeetings/services/user/login?&user=XXXXX&pass=XXXXX', 'content_type' => NULL, 'http_code' => 0, 'header_size' => 0, 'request_size' => 0, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0, 'namelookup_time' => 0.00027099999999999997, 'connect_time' => 0, 'pretransfer_time' => 0, 'size_upload' => 0, 'size_download' => 0, 'speed_download' => 0, 'speed_upload' => 0, 'download_content_length' => -1, 'upload_content_length' => -1, 'starttransfer_time' => 0, 'redirect_time' => 0, 'redirect_url' => '', 'primary_ip' => '127.0.0.1', 'certinfo' => array egg, )

Fault (Service error)

Request OpenMeetings! OpenMeetings Service failed and no response was returned. Additioanl info: 

In reply to Miro Iliaš

Re: OpenMeetings with Moodle 3.1+

by Artur Sentsov -

It is exactly what i was having. I resolved it by asking my hosting provider to open ports 5080 and 1935 for outbound traffic.