We created Web API that hosted with Azure App Service and communication from our instrument with Windows Embedded Compact 7. The compact framework was working fine all the while and until recently, we found that it stops working with the exception of “Could not establish secure channel for SSL/TLS” We suspect it could be due to the Breaking change for SNI-SSL hostnames. How can we resolve this in Compact Framework?
Thanks