forked from TelegramMessenger/MTProxy
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi!
I've tried to setup Fake-TLS configuration but it doesn't work in my case.
Stept to reproduce:
- Clean Ubuntu 24.04 (LTS) + update with all latest packages with
apt-get update && apt-get upgrade - Clone repo
- Install dependencies with
apt install git curl build-essential libssl-dev zlib1g-dev - Build with
make && cd objs/bin - Generate secret with
head -c 16 /dev/urandom | xxd -psand domain hex withecho -n www.google.com | xxd -plain - Run with
./mtproto-proxy -u nobody -p 8888 -H 443 -S <generated secret> -D www.google.com --http-stats --aes-pwd proxy-secret proxy-multi.conf -M 1 - Connect in Telegram app with secret
ee + <generated secret> + 7777772e676f6f676c652e636f6d
Telegram client (macOS 12.3.277495 Stable or iOS 12.2.4) cannot connect to proxy.
Same build but without -D www.google.com and standard secret in app setting works perfectly fine.
Any ideas what is the problem?
Included in the attachment log with -v flag
Copilot
Metadata
Metadata
Assignees
Labels
No labels