Signal-TLS-Proxy VS Signal-Server

Compare Signal-TLS-Proxy vs Signal-Server and see what are their differences.

Signal-Server

Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS (by signalapp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Signal-TLS-Proxy Signal-Server
46 200
556 8,817
1.1% 0.7%
3.5 9.8
20 days ago 7 days ago
Dockerfile Java
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Signal-TLS-Proxy

Posts with mentions or reviews of Signal-TLS-Proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.
  • execute bash script on AS5104T (ADM 4.0.6.RIS1)?
    1 project | /r/asustor | 2 Nov 2023
    I'm trying to install the Signal proxy server on my AS5104T NAS, but one of the first steps is to run a bash script, which ADM doesn't have. It only ships with /bin/sh.
  • KryptEY – Android keyboard for E2EE comms via Signal protocol in any messenger
    3 projects | news.ycombinator.com | 26 May 2023
    A significant amount of people will go "huh, Signal will only work when my Netflix VPN is on, I wonder why that is". Signal won't just disappear.

    In fact, Signal has a network of volunteers running special proxy services[1] to access Signal from countries with oppressive governments. Signal the company may leave, but Signal the app will try to stay relevant for as long as possible.

    [1]: https://github.com/signalapp/Signal-TLS-Proxy

  • Signal Proxy stopped working
    3 projects | /r/signal | 5 May 2023
    Yes, https://github.com/signalapp/Signal-TLS-Proxy/commit/461d2d1aeec601a4d62100949a227f0cef2f6154 resolved the issue for me (using a custom container). Thanks!
  • Signal-TLS-Proxy VS Nginx Proxy Manager - a user suggested alternative
    2 projects | 6 Apr 2023
  • Signal is blocked in China
    2 projects | /r/signal | 21 Feb 2023
    You were running this one?
  • Configuring a Signal TLS Proxy Without Docker
    1 project | /r/signal | 10 Oct 2022
    I haven't seen a guide, but you can just look at the scripts and config files on github and manually install the nginx-proxy yourself. https://github.com/signalapp/Signal-TLS-Proxy It's just a TLS proxy.
  • How can I check the status of my Signal proxy server?
    1 project | /r/signal | 9 Oct 2022
    #!/bin/bash set -euxo pipefail # update this field with the hostname of the proxy (don't put https at the start) PROXY_HOST=example.proxy.host.com PROXY_IP=$(ping -W2 -4 -q -c1 ${PROXY_HOST} | grep -m1 -oE '\([0-9\.]+\)' | head -1 | tr -d '()') || true upstreams=$(curl -sSfL https://github.com/signalapp/Signal-TLS-Proxy/raw/main/data/nginx-relay/nginx.conf \ | grep server \ | grep -oE '[^ ]+\.signal.org.*$' | tr -d ';') for host in $upstreams; do [ $host == "contentproxy.signal.org:443" ] && continue # something weird about this one, so skip it echo "Checking ${host} via ${PROXY_HOST}" curl -v -sSL --insecure --resolve ${host}:${PROXY_IP} https://${host} noproxyversion=$(curl -sSL --insecure https://${host} | cut -c 1-20 | sha256sum | tr -d '-') proxiedversion=$(curl -sSL --insecure --resolve ${host}:${PROXY_IP} https://${host} | cut -c 1-20 | sha256sum | tr -d '-') test ${noproxyversion} == ${proxiedversion} || { echo "Proxy failed for https://${host}" && exit 1; } done
  • #Iran 🇮🇷 Replace your Islam with Christian Nationalism❕🙂
    1 project | /r/WorldPeaceRevolution | 6 Oct 2022
    People, Yall can help them Spread Christian Nationalism by turning Your device into a proxy So these Iranians can use it to access the Signal messaging app. U will need 1️⃣. a server with ports 80 & 443 available & 2️⃣. A domain name (or subdomain) that points to the server's IP address. The proxy is extremely lightweight. An inexpensive & Tiny VPS can easily handle 100s of concurrent users. Steps : SSH into your server, Install Docker, Dockers Compose & Git. sudo apt update sudo apt install docker docker-compose git. Clone the Signal TLS proxy repository : git clone https://github.com/signalapp/Signal-TLS-Proxy.git Enter the repo directory : cd Signal-TLS-Proxy
  • Signal proxy servers in Iran
    1 project | /r/u_waynerad | 5 Oct 2022
    It's a bit hard to find the link to the proxy through the article, so here's a direct link: https://github.com/signalapp/Signal-TLS-Proxy
  • Help for Iran: How to host the signal-tls-proxy for iran behind a nginx
    3 projects | /r/selfhosted | 26 Sep 2022
    I also want to use my knowledge and server power for good things. Reading about the developments and the cencorship in iran is devastating, but I stumbled across this tweet and this repo by signal to help people in iran get the word out.

Signal-Server

Posts with mentions or reviews of Signal-Server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.

What are some alternatives?

When comparing Signal-TLS-Proxy and Signal-Server you can also consider the following projects:

TextSecure - A private messenger for Android.

matrix-docker-ansible-deploy - 🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

naiveproxy - Make a fortune quietly

mollyim-android - Enhanced and security-focused fork of Signal.

nginx-proxy-manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface [Moved to: https://github.com/NginxProxyManager/nginx-proxy-manager]

libsignal-protocol-javascript - This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API.

forwardproxy - Forward proxy plugin for the Caddy web server

simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

ricochet - Anonymous peer-to-peer instant messaging

bore - 🕳 bore is a simple CLI tool for making tunnels to localhost

ringrtc