[Gambas-user] gb.net.curl Issues
Jim Provan
jprovan at ...626...
Tue Aug 6 22:23:10 CEST 2013
http.SSL.VerifyHost = False
http.SSL.VerifyPeer = False
http.User = "admin"
http.Password = "admin1"
http.Auth = Net.AuthBasic
http.Async = False
http.Debug = True
http.Async = True
http.Timeout = 60
then the Get.... returns
* About to connect() to 10.25.52.11 port 443 (#0)
* Trying 10.25.52.11...
* Connected to 10.25.52.11 (10.25.52.11) port 443 (#0)
* found 159 certificates in /etc/ssl/certs/ca-certificates.crt
* server certificate verification failed. CAfile:
/etc/ssl/certs/ca-certificates.crt CRLfile: none
* Closing connection 0
It doesn't appear to be working.
Jim Provan
On Sun, Aug 4, 2013 at 7:05 AM, Benoît Minisini <
gambas at ...1...> wrote:
> Le 03/08/2013 21:44, Jim Provan a écrit :
> > Ok, merci.
> >
> > Jim Provan
> >
> >
>
> I added the two SSL options in revision #5771. Can you try them and tell
> me if they work?
>
> HttpClient.SSL.VerifyPeer = False ' True by default
> HttpClient.SSL.VerifyHost = False ' True by default
>
> Regards,
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list