Le 18/06/2014 19:29, CJ a écrit : > > Trying to communicate with a web server via https and the HTTPGet example > but the > connection fails with error -1060 also if I disable certificate > authentication using... > > MyHTTP.SSL.VerifyHost = False > MyHTTP.SSL.VerifyPeer = False >
".VerifyPeer = False" is really just a call to: curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE); So I don't know why it does not work. I would need an "https" URL to test... Regards, -- Benoît Minisini ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
