Kiran Maram

Kiran Maram

  • 978
  • 672
  • 32.6k

Telegram API code is no longer sending messages

Feb 18 2020 9:18 AM
Telegram API code is no longer sending messages and getting the following error
 
The request was aborted: Could not create SSL/TLS secure channel. 
 
I also tried the following option
 
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; 
 
API is working locally as expected but when I host the application live server (Bigrock shared hosting) am getting this issue.