Without open internet, how to send message #578
-
Concerning the security issue, if there is no open internet available in the VM/POD where the "signal-cli-rest-api' docker container is running, how could I send messages? If, the open internet is needed for the outbound call or sending messages then which {IP:PORT} or {Domain} firewall connectivity is needed from the VM/POD where the "signal-cli-rest-api' docker container is running for sending messages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sorry, I don't get what you mean. You obviously need to allow outbound connections, otherwise it isn't possible to send/receive messages to/from the Signal Server. The only thing you need to be careful about, is if you expose the REST API over the internet. In that case, I highly recommend to protect the API somehow (e.g with a reverse proxy). |
Beta Was this translation helpful? Give feedback.
Yes, you need Internet and yes, the REST API directly talks to the Signal Servers.