gabriel / as3httpclient

HTTP Client for AS3
MIT License
243 stars 76 forks source link

TLSSocket error (not defined ) #2

Closed funkysoul closed 14 years ago

funkysoul commented 14 years ago

Hi Gabriel, I'm getting this error below, do you have a clue why this is happening? Does it have something to do with the policy server? Thanks in advance!

ReferenceError: Error #1065: Variable com.hurlant.crypto.tls::TLSSocket is not defined. at org.httpclient::HttpSocket/onResponseComplete()[/Users/gabe/Projects/as3httpclient/src/org/httpclient/HttpSocket.as:272] at org.httpclient.io::HttpResponseBuffer/writeBytes()[/Users/gabe/Projects/as3httpclient/src/org/httpclient/io/HttpResponseBuffer.as:121] at org.httpclient::HttpSocket/onSocketData()[/Users/gabe/Projects/as3httpclient/src/org/httpclient/HttpSocket.as:259]

funkysoul commented 14 years ago

my mistake, needed the as3crypto Lib.. not only corelibs.. you need to document that, otherwise.. what an awesome lib