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

2014-06-20 Thread CJ
Hi Benoît, > Can you try revision #6330 and tell me? Thanks for looking into it! It works in #6330, tested on Ubuntu 12.04 LTS and Xubuntu 14.04 LTS. /CJ -- HPCC Systems Open Source Big Data Platform from LexisNexis

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

2014-06-19 Thread CJ
Benoît, > If I can see your address in the mailing-list, so you can see mine, > can't you? mailto:gam...@users.sourceforge.net Ahh, I thought that was a "generic" mailing list address to prevent you from being swamped by personal requests, silly me ;) I will pack up the example program including

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

2014-06-19 Thread Benoît Minisini
Le 19/06/2014 19:27, 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

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

2014-06-19 Thread CJ
> > 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 reall

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

2014-06-18 Thread Benoît Minisini
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 > ".VerifyPe

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

2014-06-18 Thread CJ
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 Found an old discussion about this issue where Jim couldn't ge