theturtle32/AS3WebSocket

Request for Guidance on Upgrading to TLS 1.2

Closed this issue · 1 comments

I am currently using the AS3WebSocket library in my application, which is configured to use TLS 1.0. I need to upgrade my application to use TLS 1.2. Recently, I encountered an issue where I could not connect to a new WebSocket server that requires TLS 1.2.

I would appreciate any guidance or instructions on how to achieve this upgrade.

I am closing this issue as I have found an alternative solution.
We successfully managed to connect our app to TLS 1.2 by creating an ANE extension with C++ using WebSocket++ and Boost to create a DLL. We then exported this into an ANE and imported it into our ActionScript project.