Hi, I succesfully installed Rocketchat server on a Ubuntu server 18.04 VM with DOCKER and NGINX in my home LAN and works great. So I know the installation is fine.
But now I need to fix the installation according my home LAN specifications that has other 2 servers.
Basically my situation is as below
Internet ===> Router port 443 ===> Caddy proxy server ====> http://server1
====> http://server2
====> (wish to do this) rhttp://ocket.chat server
Basically my Caddy Proxy server forwards all encrypted communication to the appropriate server inside my LAN
https://server1-klagio.duckdns.org ====> ======> http://server1
Caddy proxy server
https://server2-klagio.duckdns.org ====> =====> http://server2
In order to make ROCKETCHAT work in my environment, I think I have 2 option
a) make all internat communication of RocketChat unencrypted but I guess will not work
b) make Caddy passthorught all the communications towards the ROCKETCHAT server
https://rocketchat-klagio.duckdns.org =====> direct to rockechat server inside LAN (https)
c) othe rsolutions?
I hope I made myself clear