By bmkSeal
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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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
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:
- netstat -plunta | grep 3000
The output must be:
netstat -plunta | grep 3000
tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN 1043/node
tcp 0 0 :3000 :62373 ESTABLISHED 1043/node
tcp 0 0 :3000 :62370 ESTABLISHED 1043/node
tcp 0 0 :3000 :62372 ESTABLISHED 1043/node
tcp 0 0 :3000 :62376 ESTABLISHED 1043/node
tcp 0 0 :3000 :62375 ESTABLISHED 1043/node
tcp 0 0 :3000 :62371 ESTABLISHED 1043/node
tcp 0 128 :3000 :62374 ESTABLISHED 1043/node
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:
- rocketchatctl configure --lets-encrypt --root-url=https://chat.yourcompany.com --letsencrypt-email=admin@yourcompany.com
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.