Some proxied HTTP requests fail on Windows (schannel: next InitializeSecurityContext failed)
Hello, we've found that some HTTP requests (specifically to AWS S3) fail with an HTTP proxy on Windows with the error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) It looks like this may be related to these curl issues:https://github.com/curl/curl/issues/3727https://github.com/curl/curl/issues/4078 Do you have any suggestions for how to resolve or work around this is...