You have to define use_ssl on your project option and rebuild all.
--
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.
daniel cc a écrit :
Hi Francois, Thanks for the response :) Do I need to do anything, define
anything? I am using the SSL socket.. Thanks in advance -O
Hi Francois,
Thanks for the response :)
Do I need to do anything, define anything?
I am using the SSL socket..
Thanks in advance
-Original Message-
From: Francois PIETTE
Sent: Thursday, April 28, 2011 8:45 AM
To: ICS support mailing
Subject: Re: [twsocket] Bomb
Could someone please e
Could someone please explain,
what this means?
The code in the unit where such line is included is intended to be compiled
using the USE_SSL symbol defined at the project level. The line is there to
trigger a compilation error should the user forgot to define the symbol.
--
francois.pie...
Hi,
Could someone please explain,
what this means?
This is in the Server demo project.
thanks in advance
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
> Any half decent firewall or NAT router, will handle all that
> transparently.
That is correct for normal FTP, where the router can read the control
channel and check the internal IP address and translate it to an external
address, but not for SSL since the control connection is encrypted and
ca
Passive mode *Should not* need any firewall hole poking, at the Client
end.
That's the beauty of Passive mode! The client only ever makes outgoing
connections, it never has to receive an incoming one. Any half decent
firewall or NAT router, will handle all that transparently. It's worth
checkin