Hello and thanks for your reply. There must not be any other service using the ports because I’m running the OM over a brand new MV. Also for SSL I always did, with older versions, the port changing from 5443 to 443 and 8080 to 80 and all worked. Of course that trigger a warning about the certificate but that doesn’t matter. The thing is I’m not able to change the ports here and I don’t know why.
Greetings. Jibsan On Thu, May 6, 2021 at 12:03 AM Maxim Solodovnik <solomax...@gmail.com> wrote: > Another possible cause for error is some other service already using ports > 80 or 443 > > from mobile (sorry for typos ;) > > > On Thu, May 6, 2021, 04:43 seba.wag...@gmail.com <seba.wag...@gmail.com> > wrote: > >> 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 >>> >>