Client sent an HTTP request to an HTTPS server

Description

Server Setup Information

  • Version of Rocket.Chat Server:
  • Operating System:
  • Deployment Method:
  • Number of Running Instances:
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version:
  • Proxy:
  • Firewalls involved:

Any additional Information

i have deployed new rocket chat server via Snap store while access it give the error 1st time (Client sent an HTTP request to an HTTPS server.) need help

Hi!

It’s probably set up to answer over https, so accessing https://chat.domain.com should not give this error.

Also, consider using docker instead of snap, as you can have more control over it, and checking our reverse proxy doc on how to properly expose your workspace to the interwebs:

thx for the reply.
my issue resolved with the below command which i had not executed earlier.

sudo apt upgrade

1 Like

Same issue happens to me…after upgrading into v4
any directions ??

sudo apt upgrade wont help

Hi, this is probably related to how you are serving HTTPS/SSL in your deployment.

I have the same Problem!
Where to go, what to do?