Hi Ilias Community,
We wanted to advise the community that we got the Ilias Chat Server up and running with Ilias version 5.0.6. We were getting the "Not Subscred" error when in a chatroom initially.
The first thing we did was exported our pem file to a pkcs12 format using the following command:
openssl pkcs12 -export -in domaincert.pem -inkey domainkey.pem -out bundle.p12
Once we had the p12 file created, we could enable SSL on chat. In server.properties, we pointed they keystore to our p12 bundle.
keystore = /etc/ssl/certs/web/bundle.12
The next thing we did was point a domain to the server (ie chat.domain.com) so that we can have SSL attached to our chat domain.
In the chat server configuration, the server.properties, we then had the following:
host = chat.domain.com
And then in Administration -> Chat -> Chatserver Settings, for the IP Address of Chat Server, we used chat.domain.com .
We were then able to start up the chat server and begin chatting without that "Not Subscribed" error. It works in modern IE/FF/Chrome.
Hope this helps, if you run into problems with the chat server, please feel free to ask. The "Not Subscribed" message was coming from the response from the chat server to the LMS not being sent in https.
Regards,
Adam