New version of libcurl.lib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 6874
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

New version of libcurl.lib

Post by infratec »

Hi,

just discovered that 7.42.1 which is used by the windows version of PB has problems with some TLS connections.
(icinga server with https to access the API)
I get 'SSL connection failed' as error.
I tried it on a linux PC with curl: it worked (Debian 8.8 with 7.38)
Then I used the same PB code on that linux PC: it worked.
Then I searched for a curl.exe with version 7.42.1: it failed on a window PC.
The I used a libcurl dll with a dynamic .lib file (7.53): it worked.

So the fault is definately the libcurl version.

Please update libcurl to an other version then 7.42.1

Bernd
infratec
Always Here
Always Here
Posts: 6874
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: New version of libcurl.lib

Post by infratec »

Just discovered that 7.42.1 also fails when using Digest authentication.
The realm is not used correctly.

I only found php stuff which also found this behaviour:

https://bugs.php.net/bug.php?id=70101

CrossChecked: with an external dll 7.55.0 it works.
Post Reply