Using Let's Encrypt?

Let’s Encrypt requires port 80 validation of an SSL Certificate with them. Since the server is listening on port 8074, any suggestions on getting this worked out?

Nothing in the docs about this (nor really any advice on setting up a regular SSL cert)

No idea, @ofer.cohen ?

Use nginx proxy - swag or other docker that will forward to 8074, or better change docker compose port to 80…

There is a few problems with that I would assume.
Port 80 is not secure, so it would still leave the site insecure

Actually, I found the acme.sh script which will put the certificate where you want it.

I have configured tls for mongodb replicaset, I can initialize the replicaset, but it does not work with the login. Is there any updates

Updates?

Explain what problem you are having in detail

I have created the tls certificates, in container.ini I have also configured the connection string accordingly: db.host="mongodb://IP:27017/admin? retryWrites=true&w=majority&ssl=true&?replicaSet=rs_billing_php8&tlsCAFile=rootCA.pem&tlscertificatekeyfile=client.pem&tlsAllowInvalidHostnames=true&tlsAllowInvalidCertificates=true”
With the connection string I can connect to the primary replicaset, but the login does not work. I get the following error message:
Error message: No suitable servers found (serverSelectionTryOnce set): [connection error calling hello on ‘IP:27017’]

One has nothing to do with the other. You don’t have a SSL issue, and you are thread hijacking.