Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
5.0.0-M4
-
None
-
None
Description
I install openmeetings 5.0.0-M4 in Ubuntu 18, with kurento dan tomcat3 was successful here : http://49.128.186.124:5080/openmeetings/
and also I setup ssl with LetsEncrypt already.
and I change the conf/server.xml to be:
<Connector port="5080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="5443" />
<Connector port="5443" protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true">
<SSLHostConfig>
<Certificate certificateKeystoreFile="conf/sekolahyehonala.com.jks"
certificateKeystorePassword="openmeetings"
certificateKeystoreType="JKS"
sslProtocol="TLS"
type="RSA" />
</SSLHostConfig>
</Connector>
but when I try to run the https://49.128.186.124:5443/openmeetings/
the site still can't be reach..
anyone help me please...