Hi All,

Now i decided SSL is a perfect option for me, so i am starting to try the demo's.
I am currently using delphi 7, with ICS 7 installed (incliudes SSL).

My normal app's do not give me any errormessage, however i do get messages trying to run ssl-demo's.

example : Undeclared Identifier :'TSslWSocketClient'.
Now i am trying to figure out where this error comes from as my other applications using the standard ICS-components give no errors.

Is this a change i need to make in the demo's included?

Best regards,

Ruud Kerstens

--------------------------------------------------
From: "Angus Robertson - Magenta Systems Ltd" <an...@magsys.co.uk>
Sent: Monday, July 19, 2010 10:21 AM
To: <twsocket@elists.org>
Subject: Re: [twsocket] SSH support

In my case i need to make a secure connection for 'telnet' like
purposes, so in this case is it possible to use the SSL as well on
this type of connection, or is it only usable for HTTP-purposes.

Yes, you can use ICS SSL for telnet, most of the protocols like HTTP,
POP3, FTP control, etc, are telnet based, sending textual command lines
back and forward.

SSH was originally implemented on Unix/Linux for remote command line
access, but it is less secure than SSL since there are no certificates to
prove identity.

My application is client-server based, and i am now desiging the
connection, in which i do commandline-type commands and menu's.

If you are designing client and server, forget SSH and use SSL, but
beware you'll need to generate certificates for all servers.

Angus

--
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

--
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

Reply via email to