Jay Satiro
Jay Satiro
> This PR is now fairly trivial, with roadblocks solved (most via separate commits), > except the Windows Unicode issue/question. In Windows if WinIDN is enabled then libcurl treats a...
I see. I was thinking of a scenario where a user specified libidn, then I would assume they want that over WinIDN. However if libidn and WinIDN are both on...
do you want to create a pr? i think others will need to be updated such as `uint8_t msg_ctrl[MMSG_NUM * CMSG_SPACE(sizeof(int))];` and basically anything that uses CMSG_SPACE for that reason
I looked at this in Wireshark. When the request is sent from curl using Schannel in Windows 11 it sends the client hello as expected but the server replies with...
No response, closing.
> Any idea why the original code now fails with this error? OpenSSL cannot verify the server certificate for any number of reasons: the root certificate is missing from your...
> Can reproduce this on the command line: > > ``` > CURL_SSL_BACKEND=OpenSSL /opt/homebrew/opt/curl/bin/curl -v "https://health-products.canada.ca" --cacert /etc/ssl/cert.pem > ``` Check for "SSL.com TLS RSA Root CA 2022" in your...