Closed Kikivsantos closed 10 months ago
Hello, first make sure that your system is recognising our certificate chain (looks like it's not). You can inspect the certificate even in the browser visiting e.g. https://api.cloud.scylladb.com/deployment/cloud-providers and clicking the lock icon or something similar.
We use Let's Encrypt and I think their chain is described here https://letsencrypt.org/certificates/.
The link worked just fine for me, resulting in:
{"data":{"cloudProviders":[{"id":1,"name":"AWS","rootAccountId":"696340704738"},{"id":2,"name":"GCP","rootAccountId":"scylladb-cloud"}]}}
So, i thing it seems to be something between windows and WSL. As if WSL couldn't access the certificates from wind. Or am i wrong?
Thanks,
So, i thing it seems to be something between windows and WSL. As if WSL couldn't access the certificates from wind. Or am i wrong?
I doubt that WSL has access to the certificates from the host's Windows machine at all. At least based on what is discussed here: https://github.com/microsoft/WSL/issues/3161
I see it was answered in the linked issue. Closing
Hi there.
I'm trying to create my first resource (a serverless cluster) using terraform. But something is not right with my autentication.
What I'm running:
I also tryied to run the command below, without success:
The command below worked:
Is there a way to pass to terraform the insecure? What should i do to this to work?
Thanks, Cristiana Santos