Chat Daemon X https

Chat Daemon X https

by Fábio Zappas -
Number of replies: 1

Hello,

Moodle we have in our university is using https, recently set up a dedicated server to use the chat daemon mode, but it is sending messages in http and not https, causing the browser to inform that message unsecured connection all the time. Located the line that mounts the file url in moodle \ mod \ chat \ gui_sockets \ chatinput.php and online:

<form action="<?php echo "http://$CFG->chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="sendform">

However, if we change to https, simply does not send chat messages. Anyone have any idea to solve the problem?

Thanks

Average of ratings: -
In reply to Fábio Zappas

Re: Chat Daemon X https

by Andy Byers -

Fabio, 

Did you ever get to the bottom of this? I'm having the same problem!