Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

IO ERROR 2038 Solved
  • I don't know if this applies to everyone but I was getting burned by the "IO ERROR 2038" that many people get.

    The issue ended up being that I was running SSL and my development and test environments used invalid SSL certificates. For example, my production box is for www.awesome.com, and I used that same certificate for test.awesome.com and my local development at 127.0.0.1. Well it ends up that Flash vomits with 2038 if you are doing a file upload with a bad cert. The solution is to get SSL certificates that completes pass browser examination.

    I hope this helps someone, I burned many hours debugging this one.
  • I know this is a late response... but this post helped me. I definitely have the same certificate problem. Thanks, you just saved me hours of debugging.