Re: CURL errors codes and messages - are they globalized?

2025-01-16 Thread Ray Satiro via curl-users
On 1/16/2025 9:25 AM, Michael Conners via curl-users wrote: I'm doing a libcurl implementation in a Windows C++ project and the app has users from various countries (Japan, France, Germany). If a CURLE_SSL_CONNECT_ERROR is returned from curl_easy_perform, the error text I see is "SSL connect

Re: Strange behavior processing SSL certs between a Windows 11 system running Python 3.13.1 and a Windows 10 system running Python 3.8.5

2024-12-28 Thread Ray Satiro via curl-users
On 12/28/2024 4:27 PM, Dick Brooks via curl-users wrote: Looks like the libcurl version may be a suspect in this odd behavior. It’s the first time I’ve seen this happen. libcurl-7.71.1 I just read the original bug report [1] and the situation is a little different than I had explained. Wh

Re: Strange behavior processing SSL certs between a Windows 11 system running Python 3.13.1 and a Windows 10 system running Python 3.8.5

2024-12-28 Thread Ray Satiro via curl-users
On 12/28/2024 8:28 AM, Dick Brooks via curl-users wrote: I’ve encountered some unexpected behavior between two systems using the exact same piece of code – any ideas why this might be happening: FROM ROADWARRIOR (Win 11) (shows the signing certificate info) > ServerURL : https://pypi.org