On 06/12/2010 3:14 AM, aT wrote:
We are using the TLS package to call a certain HTTPs API, we do usually
import the package using "package require" command then doing a normal
"::http::register https 443 ::tls::socket"
Sometimes a strange error just appear saying that "invalid ::tls:socket
command".
Is this a copy & paste direct? If so, tls::socket has 2 :s, the above
shows only one, so it would be a correct complaint. Otherwise just make
sure there is a reference to 'package require tls' before tls is used.
Am assuming that the issue is happening due to a failure while importing
the TLS package and its random.. may be this is happening because the
package is already imported and am trying to import it again? or because
of an open sockets somewhere that should be closed? is it a bug in AOL?
We are using Aolserver 4.0.10 . TLS version is 1.6 Its a 64bit linux
environment ,
Has any one encountered same using TLS .
BTW, everyone should be using 1.6.1 because it fixed a mem leak on each
tls::status call.
Jeff
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to
<[email protected]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.