i am writing a flash app that receives its data over a XMLSocket. On the testmachine that worked really fine, but now the data will be ssl secured. Is there any XMLSSLSocket or something similar available? If not XMLSocket a normal SSLSocket would be a great help as well.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

you have to use binary sockets and as3crypto: http://code.google.com/p/as3crypto/

link|improve this answer
feedback

The opensource Forge project that does SSL/TLS in JavaScript and raw sockets via Flash might help:

http://github.com/digitalbazaar/forge/blob/master/README

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.