Ok, it is solved. I will add the instructions in the tutorial: Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3.pdf ...and in two days will upload it again. Regards Alvaro
......................... In two or three da El sáb, 28-03-2020 a las 18:04 +0100, Alvaro escribió: > Hello All, > > Some one have letsencrypt working rigt wit OpenMeetings-5 ? > > I have rights letsencrypt certificates, these are tested with > apache web server ssl, at the same machine that OM, and the > browsers say "Secure connection". > > I have so: > > <Connector port="5443" > protocol="org.apache.coyote.http11.Http11AprProtocol" > maxThreads="150" SSLEnabled="true" > > <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> > <SSLHostConfig> > <Certificate > certificateKeyFile="/etc/letsencrypt/live/your_true_domain/privkey.pe > m" > certificateFile="/etc/letsencrypt/live/your_true_domain/cert.pem" > certificateChainFile="/etc/letsencrypt/live/your_true_domain/fullchai > n.pem" > type="RSA" /> > </SSLHostConfig> > </Connector> > > ...but with this configuration the browsers say "not secure > connection". > > 'Ve try in different ways but don't get it. > > If somebody know the right way, please tell it. > > Thanks > > Alvaro > > > > > ------------------- > > >