简体   繁体   中英

Web Socket is not working for actual device after upgrading server from 2012 to 2019

We have a backend application that can connect from mobile and an actual IOT based Device. We used Web Socket with WCF as a structure. As before somedays, Azure stops to support TLS10, we need to upgrade the Notification library forcefully. For that we upgraded to .NET framework 4.8 and all libraries upgraded.

Currently, we have a dev environment without an SSL certificate, and a staging environment with SSL enabled. We deploy code in both servers, but in the Dev server, it's working fine,

In the staging server, Hard devices (not mobile) are not connecting via Web Socket. Can anyone help? Thanks in advance.

One thing to look at is the SSL/TLS version supported. newer version of operating systems do restrict and turn of the more unsecure versions of TLS/SSL, so that can be aa source for your problems.

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