简体   繁体   中英

Cannot post tweets using TLS 1.2 protocol (Twitterizer2.dll)

We just recently disabled other protocols and enabled TLS 1.2 only. After doing so, the TwitterApp that posts tweets suddenly was not functioning properly. I suspect that the third party library was using SSL or lower versions of tls.

The Application was created using c# and is using Twitterizer2.dll.

Hi Have you try to set this in your POST REQUEST?

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM