> 1. If the URL starts with https:// you must have a (correctly configured) SSL > plugin in your application > > so you means that i can use THTTPSend normally but i must implement first SSL > plugin.. > Is it means that i must use ssl_openssl_lib ? > Have you some examples that use these 2 modules ? > The best way for me is to do the same functions include in Synapse demos > demo/http/unit1.pas
You can use any existing SSL plugin (for OpenSSL, Cryptlib, StreamSec or SecureBlackBox). Just add your selected SSL plugin to your project uses. it is all what you must. Then you can use 'https' based URLs by httpsend unit. It is extremly easy! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
