MTProxy
MTProxy copied to clipboard
Telegram client not connect to proxy server!!
I think there isn't any error, but telegram clients cant connect to my server, 443 port is open.
what's problem??!
Same error here, proxy works successfully until today
me too
I had the same problem, sometimes it was working, other times it wasn't, kind of instability. I created a service by /p1ratrulezzz/MTProxy-1 instructions. After starting the service (or just by running mtproto-proxy [options]), I could connect to proxy but it's rarely successful. Also several times I experienced that after connecting to the proxy successfully, it will be disconnected quickly. I don't know it is a bug or what else.
However when I changed the port from 443 to 8081, now it works perfectly so far. So just changing the port number is enough I guess.
For completeness, all options I've set:
-u nobody -p 8888 -H 8081 -S <secret> --aes-pwd proxy-secret proxy-multi.conf -M 0 --address <server-ip-address> --cpu-threads 1 --max-accept-rate 10 -C 1000 --ipv6 --allow-skip-dh
@VahidPY these options does not work on docker.
btw, I found out even though I change the port on docker command, it still uses 443
docker run -d -p8081:8081 --name=mtproto-proxy --restart=always -v proxy-config:/data telegrammessenger/proxy:latest
@hadifarnoud -p is for the web interface, -H is for proxy
Pls. check netstat -an
same issue here