gabriel / as3httpclient

HTTP Client for AS3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLSSocket error (not defined )

funkysoul opened this issue · comments

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]

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