Mori ade mulyandi created OPENMEETINGS-2408:
-----------------------------------------------
Summary: Openmeetings 5.0.0-M4 Cannot run in ssl port
Key: OPENMEETINGS-2408
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2408
Project: Openmeetings
Issue Type: Bug
Components: Audio/Video
Affects Versions: 5.0.0-M4
Reporter: Mori ade mulyandi
Assignee: Maxim Solodovnik
Fix For: 5.0.0-M4
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...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)