[Gambas-user] gb.net.curl and SSL certificate

Benoît Minisini gambas at ...1...
Thu Jun 19 08:57:34 CEST 2014


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




More information about the User mailing list