Seems okay to me. What's the error?
Did you consider that running on port below 1024 requires root privileges ? Also enabling port 443 without a valid SSL certificate will trigger a security warning. A valid certificate for HTTPS is mandatory to use webRTC. Except for using localhost/127.0.0.1 connections. Thanks Seb Sebastian Wagner Director Arrakeen Solutions, OM-Hosting.com http://arrakeen-solutions.co.nz/ https://om-hosting.com - Cloud & Server Hosting for HTML5 Video-Conferencing OpenMeetings <https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url> <https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url> On Thu, 6 May 2021 at 04:38, Jibsan Joel Rosa Toirac <jibsa...@gmail.com> wrote: > Hello I'm trying to change default OM ports but every time I change it the > server crash and never rise the OM web Interface. Here is the code of the > ports I'm attempting to change: > > > <Connector port="80" protocol="HTTP/1.1" > connectionTimeout="20000" > redirectPort="443" /> > > > <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> > > Could you help me? > > Thanks. > > Jibsan >