Y
Hacker News
new
|
ask
|
show
|
jobs
by
TelegramApp
4574 days ago
The main reason is speed. MTProto is designed to work fast on weak mobile connections. Another reason is security, with HTTPs you need to trust more parties.
1 comments
veeti
4574 days ago
> Another reason is security, with HTTPs you need to trust more parties.
No, you don't. Use a self-signed certificate that is hardcoded in the app.
link
JshWright
4574 days ago
Or better yet, use a cert signed by a trusted CA and pi it in your app.
link
No, you don't. Use a self-signed certificate that is hardcoded in the app.