github上有一个用c#写的控制台工程A,功能是采用authkey实现ios的推送。
可以在win10或windows server2016上正常运行,
但是在win7或windows server 2008上会报异常
要求改下代码,使其在win7或windows server 2008上也能正常运行。
项目用vs2015打开,.net framework版本4.7
依赖3个第三方库
HttpTwo(0.0.1.19)
jose-jwt(2.0.2)
Json.NET
用到的网络方面的知识包括TLS1.2
出错的地方在调用System.Net.Security.SslStream.AuthenticateAsClientAsync
希望懂TSL1.2以及对.net framework网络编程数学的接单。
A的地址 https://github.com/MonkeyBinBin/TokenbasedAPNsSample
相关问题
- Can we add four protocols to ServicePointManager.S
- MySQL The client and server cannot communicate, be
- java 11 HttpClient leads to endless SSL loop even
- ios9 self signed certificate and app transport sec
- How to implement “SecurityProtocolType.Ssl, Ssl1,
相关文章
- 如何在win7(16G)运行VM并打开一个2012和两个esxi主机?
- Not able to connect to HTTPS service using ISTIO G
- How to run django runserver over TLS 1.2
- How to Enable TLS 1.2, 1.1,1.0, and SSL in iOS app
- System.Net.SecurityProtocolType.Tls12 definition n
- Android <= 4.4.2 and TLS 1.2
- How to detect an end of stream properly, when TLS
- Twitter API responds with 'An existing connect
操作系统的问题,没办法