New version of libcurl.lib
Posted: Tue Jun 27, 2017 7:17 pm
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
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