Payload Details with std.net.curl:post

ikod igor.khasilev at gmail.com
Mon Nov 29 08:51:17 UTC 2021


On Monday, 29 November 2021 at 01:49:37 UTC, Kyle Ingraham wrote:
> On Sunday, 28 November 2021 at 07:27:35 UTC, ikod wrote:
>> On Sunday, 28 November 2021 at 01:06:45 UTC, Kyle Ingraham 
>> wrote:
>>> On Saturday, 27 November 2021 at 22:18:48 UTC, ikod wrote:

Hi Kyle!

> I found https://pki.goog/repository/ which has links to all 
> certificates relevant to Google URLs. I worked my way down the 
> certificate chain and the call that worked was:
>
> ```D
> auto rq = Request();
> rq.sslSetCaCert(r"gtsr1.pem");
> ```
>

Nice to hear that you solved this problem! Openssl under windows 
sometimes require
extra efforts. I tried to add support for native windows 
SecureChannel API in `requests`, but got stuck somewhere in the 
middle of the process.




More information about the Digitalmars-d-learn mailing list