trix32641

Results 5 comments of trix32641

i met this issue when used main branch (latest). When i use this version: git checkout https://github.com/outsideris/citizen/commit/67ddf3f8676ac8504953d9d23d654c8652bcf3bf this error gone and i successfully uploaded provider zip file into citizen server.

TF provider protocol has **/versions** page: https://registry.terraform.io/v1/providers/chanzuckerberg/snowflake/versions So you can see installed providers zip files versions in citizen, just use your names: https://citizen.example.com/v1/providers/chanzuckerberg/snowflake/versions https://citizen.example.com/v1/providers/SOMEVALUE/snowflake/versions

i found only one way in my case (ecs + s3): delete providers folder recursively in S3 and start fresh citizen container.

When i built v0.4.0 i got the same error. When i use (git checkout 67ddf3f8676ac8504953d9d23d654c8652bcf3bf) version this error gone and i successfully uploaded provider zip file in citizen (S3).

As quick solution (not recommended) I added system env variable that node.js ignore SSL certs validation: export NODE_TLS_REJECT_UNAUTHORIZED=0