Cardano-wallet run to windows. Certificat problem

Hi. I run cardano-wallet to windows. Executing the request:

curl https://localhost:8090/v2/network/information --cacert d:\cardano\cert\server\ca.crt --cert d:\cardano\cert\client\client.pem

return error:

curl: (77) schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325)

If you’re gonna use TLS, you might want to add a server certificate properly (by creating certificates for your machine using appropriate SAN/CN). If not, you can either add the server certificates manually to the windows trust store, or - just for testing - skip the validation via -k parameter?

1 Like