New to RocketChat and I have RocketChat working using Docker on Debian.
I wish to enable LetsEncrypt and have followed this guide but it does not work.
I am wondering if the firewall is blocking Lets Encrypt which needs port 80 & 443
Checking the firewall I can only see port 22 as allowed which raises the question of how RocketChat can be accessed on port 3000?
If there anything special with Docker & ufw I need to do to enable LetsEncrypt?
When I update my ROOT_URL in the .env file the logs still how my Site URL as http not https
rocketchat-1 | +--------------------------------------------------------------+
rocketchat-1 | | SERVER RUNNING |
rocketchat-1 | +--------------------------------------------------------------+
rocketchat-1 | | |
rocketchat-1 | | Rocket.Chat Version: 6.7.0 |
rocketchat-1 | | NodeJS Version: 14.21.3 - x64 |
rocketchat-1 | | MongoDB Version: 5.0.24 |
rocketchat-1 | | MongoDB Engine: wiredTiger |
rocketchat-1 | | Platform: linux |
rocketchat-1 | | Process Port: 3000 |
rocketchat-1 | | Site URL: http://chat.mydomain.com.au:3000 |
rocketchat-1 | | ReplicaSet OpLog: Enabled |
rocketchat-1 | | Commit Hash: 5eb3cbb768 |
rocketchat-1 | | Commit Branch: HEAD |
rocketchat-1 | | |
rocketchat-1 | +--------------------------------------------------------------+
p.s. I am using the community version if that makes a difference. I have tried to upg to Starter but now sure how and have sent a request to support.