Getting the following error: "x509: certificate signed by unknown authority" on WSL #585
Unanswered
FredericoCoelhoNunes
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm running into the same error. Did you happen to resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @danu165 , I resolved it by manually installing the provider, and then telling terraform to look for the provider in the folder where I installed it - thus bypassing the querying of the provider registry. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have been trying to use this provider on WSL (Ubuntu), and I am getting the x509 error when doing
terraform init
.Here is the full error trace:
I haven't been successful in finding a solution so far. Has anyone come across this error in the past?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions