I ran this command to enable ssl and now I can not get the page page up I tried https://ipaddress
and https://ipaddress:3000
. What am I missing?
rocketchatctl configure --lets-encrypt --root-url=https://chat.website.com --letsencrypt-email=itdept@website.com
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello there,
Can you confirm if node is listening on port 3000? I’ve just spun up a droplet using the marketplace app.
You can check if node is listening on the port using the
netstat
command:The output must be:
Also, have you made any custom changes after the initial droplet deployment? I’ve completed the installation and then used the same option to enable HTTPS:
Regards, Alex
Hello,
What errors do you get when you visit the IP address via https?
Also is the Rocketchat instance accessible via your
https://chat.website.com
domain name directly?Regards, Bobby