Jay Satiro

Results 297 comments of Jay Satiro
trafficstars

> OpenSSL falls back to the local encoding like we used to do. In that case though passing UTF-8 ca paths from the tool would be more correct. I'll look...

I'm second guessing this, I think it may be better to document each string option in Windows Unicode builds should be passed to libcurl in UTF-8 and then in libcurl...

Dead. Adding it to known bugs see #9305. I'm not certain about any of the solutions discussed including this PR which in retrospect seems too complicated. homedir paths may be...

This is an interesting solution and I am very interested in what others will think of it. My initial thoughts are: I think it would probably have some cost to...

The cmake build behaves like the autotools build in that it will compile the lib files to a lib dir (ie libcurl output files pdb dll lib etc) and the...

> Does #8961 improve this EINTR situation for you? Note that landed a month ago for select and #9091 just landed with the same change for poll. The reporter should...

Sorry but I agree with @bagder, this is the first I'm reading of it and I don't see enough use to add an option. You can of course fork curl...

If you or your distro upgrades to OpenSSL 3 then by default some older legacy algorithms and/or handshake methods may be disabled. OpenSSL 3 has been out for almost a...

The latest curl can be built with older versions of OpenSSL. edit: Seems I misunderstood. From the other issue he wants to use a pre-built version of curl. He could...

If you ask for NTLM specifically then the post data is withheld until the authentication is completed. In your case the proxy server ignores NTLM and ~~because the post data...