Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-12 Thread gambas
Comment #12 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Works like a charm. Thanks a lot!! -- Live Security Virtual Conference Exclu

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-12 Thread gambas
Updates: Status: Fixed Comment #11 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Curl initialization has been fixed in revision #4823. Tell me if now things work correctly for you. ---

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-12 Thread gambas
Updates: Status: Accepted Comment #10 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 I see now. It's just that gb.net.curl does not initialize the curl library correctly! Sorry if I didn't see that s

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-11 Thread gambas
Comment #9 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 I'm really confused, first because no one else seems to be affected by this bug. And second because curl (a terminal wrapper for libcurl) seems works f

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-11 Thread gambas
Updates: Status: WontFix Comment #8 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 It's your idea! :-) You told me that SSL_library_init() must be called, but that libcurl does not do it. I just sugg

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-11 Thread gambas
Comment #7 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 It worked!! I added the Extern declaration and called SSL_library_init() at Form_Open() Any ideas of why this is happening?? Thanks a lot!! -

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-06-11 Thread gambas
Comment #6 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Can you try to call SSL_library_init() explicitly from the Gambas code? Extern SSL_library_init() In "libssl"

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-21 Thread gambas
Comment #5 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Okay, I found the reason. It seems that openssl's function SSL_library_init() needs to be called somewhere before the execution of the https request[0]

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-21 Thread gambas
Updates: Status: NeedsInfo Comment #4 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 (No comment was entered for this change.)

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-18 Thread gambas
Comment #3 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 I now know for sure this is an error in openssl. I will try to figure out exactly why this is happening. Source: http://curl.haxx.se/mail/lib-2008-02/01

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-15 Thread gambas
Comment #2 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 I tried to fix this problem by using permutations of old curl and openssl versions, including yours (curl 7.21.6 and openssl 1.0.0e), but with no succe

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-15 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Mmm. It works there with curl 7.21 on Ubuntu 11.10. curl 7.21.6 (x86_64-pc-linux-gnu) libcurl/7.21.6 O

[Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-14 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 When using the gb.net.curl component to fetch a page