"Could not establish secure channel for SSL/TLS" in .NET CF application on smart phone
- by Stefan Mohr
I have a stubborn communications issue with an application running on the .NET Compact Framework 3.5 on Windows Mobile smartphones.
I am constructing a web request using this code:
UTF8Encoding encoding = new System.Text.UTF8Encoding();
byte[] Data = encoding.GetBytes(HttpUtility.ConstructQueryString(parameters));
httpRequest =…