TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kiran Maram
1.1k
680
34.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.
Reply
Answers (
0
)
Cannot find procedure GetAdvertReport
How to write membership registration and authentication code