Signal-TLS-Proxy VS forwardproxy

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Signal-TLS-Proxy forwardproxy
46 1
556 568
1.1% 3.0%
3.5 7.7
21 days ago 7 days ago
Dockerfile Go
MIT License Apache License 2.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.

forwardproxy

Posts with mentions or reviews of forwardproxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-04.
  • Help users in Iran reconnect to Signal
    18 projects | news.ycombinator.com | 4 Feb 2021
    I'm a big fan of the idea of independently-run proxy servers.

    Caddy has a secure forward proxy plugin born out of a research project at Google that does something similar, but works with any clients that let you configure HTTP proxies, and doesn't terminate TLS: instead it tunnels it over TLS. The proxy server itself can also be probe-resistant, i.e. difficult to detect that a website is acting as a proxy.

    I'm hoping more people can help test the patch to support Caddy v2: https://github.com/caddyserver/forwardproxy/pull/74

What are some alternatives?

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

TextSecure - A private messenger for Android.

naiveproxy - Make a fortune quietly

Signal-Server - Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS

caddy-crowdsec-bouncer - A Caddy module that blocks malicious traffic based on decisions made by CrowdSec.

oxen-mobile-wallet - A Mobile Wallet for Oxen

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

xcaddy - Build Caddy with plugins

ricochet - Anonymous peer-to-peer instant messaging

bbs - Forum for discussing Internet censorship circumvention

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

forward-proxy - Minimal HTTP(S) forward proxy using 150LOC and only standard libraries.