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.pem" certificateFile="/etc/letsencrypt/live/your_true_domain/cert.pem" certificateChainFile="/etc/letsencrypt/live/your_true_domain/fullchain. 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 -------------------