When I installed Coturn on 5.0.0M4 I was able to use the default 433 port
with my OM installation.

Now on the 5.1.0 server I also installed Coturn (also on Ubuntu 18.04) as
described in Alvaros manual, but when I change conf/server.xml to that port
it doesn work any more. Did I miss something?

The two changes I made to the server.xml file

 <Connector port="5080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />


and


 <Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateKeystoreFile="conf/localhost.jks"
certificateKeystorePassword="openmeetings"
certificateKeystoreType="JKS"
certificateVerification="false"
sslProtocol="TLS"
type="RSA" />
</SSLHostConfig>
 </Connector>

Reply via email to