Re: SIGINT vs. SIGTERM?

2024-08-25 Thread Jeffrey Walton via curl-users
On Sun, Aug 25, 2024 at 7:21 PM Paul Gilmartin via curl-users wrote: > > Don't consider this a problem report; I've worked around it. > > On 8/25/24 15:20, Daniel Stenberg wrote: > > > On Sun, 25 Aug 2024, Paul Gilmartin via curl-users wrote: > > > >> Running curl from a script I attempt to termin

Re: Cert auth issue where Server CN appears to match Hostname

2024-10-03 Thread Jeffrey Walton via curl-users
On Thu, Oct 3, 2024 at 2:26 PM Adam Retter via curl-users wrote: > > I have a Web Server that requires certificate authentication, and I am > trying to connect to it using curl (version 7.81.0-1ubuntu1.18) and a > client certificate. > Unfortunately I am getting the following error from curl: > >

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 Jeffrey Walton via curl-users
On Sat, Dec 28, 2024 at 8:34 AM Dick Brooks via curl-users < curl-users@lists.haxx.se> 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 signi

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 Jeffrey Walton via curl-users
On Sat, Dec 28, 2024 at 4:50 PM Dick Brooks via curl-users wrote: > > That certainly fits with the scenario I’m seeing between Win 11 and Win 10 > installations. > > > > Looks like a libcurl update is in order for my software deployment. > > > > Thank you very much for helping to resolve this.