curl-7.84.0_9-win64-mingw - SChannel problem - The certificate chain was issued by an authority that is not trusted.

2022-08-29 Thread Krüger , Carsten via curl-library
Hi, I've trying to understand a windows specific problem regarding certificates. I'd like to use the SChannel backend. I'm enforcing the usage of SChannel via environment variable PS C:\Users\ckruegeradi\curl-7.84.0_9-win64-mingw\bin> [System.Environment]::SetEnvironmentVariable('CURL_SSL_BACK

Re: curl-7.84.0_9-win64-mingw - SChannel problem - The certificate chain was issued by an authority that is not trusted.

2022-08-29 Thread Ray Satiro via curl-library
On 8/29/2022 11:59 AM, Krüger, Carsten via curl-library wrote: I've trying to understand a windows specific problem regarding certificates. I'd like to use the SChannel backend. I'm enforcing the usage of SChannel via environment variable PS C:\Users\ckruegeradi\curl-7.84.0_9-win64-mingw\bin>

AW: curl-7.84.0_9-win64-mingw - SChannel problem - The certificate chain was issued by an authority that is not trusted.

2022-08-30 Thread Krüger , Carsten via curl-library
Hi Ray, >url -debug switch is not valid, it is interpreted as -d ebug. Users are >allowed to eschew the space for a short option when a value follows. Short >options use a single dash followed by a single alphanumeric like -v, and long >options use a double dash >followed by the word like --ver