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 Lukas Gebauer a écrit : >> The HTTP commands work exactly the same in http:// as they do in >> https://. There are really only two differences that you MUST account for: >> >> 1. If the URL starts with https:// you must have a (correctly >> configured) SSL plugin in your application >> >> 2. Proxy support is limited and/or different. The basic reason is that >> proxies read the request to check which host they are supposed to >> connect to, but that is (obviously) not possible if the request is >> encrypted. Some proxies circumvent that obstacle by having the client >> first send a request header in clear text and then establish a keep >> alive connection over which the client and remote host does all their >> SSL stuff without intervention from the proxy, but I am not sure if >> Synapse supports that. Lukas? >> > > Yes, Synapse supporting this transparently for you. > > > -- > 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 > > -- David Touzeau -------------------------- Linux Ubuntu Dapper 6.0.6 FreePascal-Lazarus,perl,delphi,php icq:160018849 ------------------------------------------------------------------------- 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
