-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Native TLS #4
Comments
I'm going to update this in the next release to use native TLS, unless anyone has a problem with that? It'll mean that Flash Player 11 is the minimum baseline supported version of the Flash Player. |
Is there any progress with that? WebSocket(wss://...) doesn't work for me with AS3Crypto. |
@VelniasGriebtu It works for me. But it would be better if native TLS is implemented. |
I'm trying connect to Spring Boot server (v1.4.2, Tomcat 8.5.6) valid certificate (SHA256withRSA, SHA1withRSA, 2048) and get GOT ALERT! type=40, which looks like handshake issue. |
The code should be updated (perhaps on a separate branch?) to use the new native SecureSocket class available in Air and introduced in Flash Player 11.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html
The text was updated successfully, but these errors were encountered: