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
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
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
> > 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
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
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