pivotal-cf / pivnet-resource

Concourse Resource to interact with the Tanzu Network API V2 interface.
Apache License 2.0
29 stars 37 forks source link

certificate signed by unknown authority #109

Closed davidtroch closed 5 years ago

davidtroch commented 5 years ago

using the latest image to get new product (opsmanager) from network.pivotal.io we get

resource script '/opt/resource/check []' failed: exit status 1

stderr: 2019/01/30 07:30:18 Exiting with error: Get https://network.pivotal.io/api/v2/releases/release_types: x509: certificate signed by unknown authority

Using v0.31.15 does not have this issue.

phebous commented 5 years ago

We have also hit this error.

svrc commented 5 years ago

workaround , use the older version v0.31.15

fix will be to add apk add ca-certificates to the latest Dockerfile that uses alpine.

hat tip to @alekssaul for finding this one

pnikonowicz commented 5 years ago

Thanks for the help on this everyone. A new version with this fix has been released.