Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
The error “Could not establish secure channel for SSL/TLS” typically indicates an issue with the SSL/TLS configuration or compatibility between the client and server. Since you are using a Colibri iMX6S 256MB module with Windows Embedded Compact 2013 (WEC2013), and you have already checked the Microsoft Support page for TLS 1.1 and 1.2 support, here are a few additional steps you might consider:
-
Verify TLS Version Support: Ensure that both the client and server support the same versions of TLS. WEC2013 may require updates or patches to support newer TLS versions like 1.2.
-
Certificate Validation: Check if the server’s SSL certificate is valid and trusted by the client. You may need to update the root certificates on your device.
-
Cipher Suites: Ensure that the cipher suites used by the server are supported by WEC2013. You might need to configure the server to use compatible cipher suites.
-
Network Configuration: Double-check your network configuration to ensure there are no firewall or proxy settings blocking the SSL/TLS connection.
-
Debugging: Use network debugging tools to capture the SSL/TLS handshake and identify where the failure occurs.
If these steps do not resolve the issue, you may need to consult with Toradex technical support for more specific guidance related to your hardware and software configuration.
Please, also check if these links can help you solve your problem: