tall-needle-56640
10/09/2020, 12:24 AMXXXX@YYYY:/mnt/c/WINDOWS/system32$ curl -fsSL --insecure https://get.pulumi.com | sh
error: could not determine latest version of Pulumi, try passing --version X.Y.Z to
install an explicit version
We're sorry, but it looks like something might have gone wrong during installation.
If you need help, please join us on https://slack.pulumi.com/
gentle-diamond-70147
10/09/2020, 4:24 PMcurl --fail --silent -L "<https://www.pulumi.com/latest-version>"
from the same shell and share what output you get?tall-needle-56640
10/10/2020, 6:43 PMgentle-diamond-70147
10/12/2020, 7:32 PM--silent
flag?tall-needle-56640
10/12/2020, 10:04 PM--insecure
, I get 2.11.2
.gentle-diamond-70147
10/12/2020, 10:05 PM--verbose
as well?tall-needle-56640
10/12/2020, 10:13 PMGET /latest-version HTTP/1.1
Host: www.pulumi.com
User-Agent: curl/7.47.0
Accept: /< HTTP/1.1 200 OK < Age: 29 < Date: Mon, 12 Oct 2020 22:12:02 GMT < ETag: "2304f92cf4921374e8a0864246d58e32" < Server: AmazonS3 < X-Cache: Hit from cloudfront < Connection: Keep-Alive < X-Amz-Cf-Id: nfOPeg8hCffOsxb96SZY-bs2eVu2TLK5wu2F353Fmw-USOKM-2C4tQ== < Content-Type: text/plain < X-Amz-Cf-Pop: LAX50-C3 < Last-Modified: Fri, 09 Oct 2020 22:12:29 GMT < Content-Length: 6 < * Connection #0 to host www.pulumi.com left intact 2.11.2
GET / HTTP/1.1
Host: get.pulumi.com
User-Agent: curl/7.47.0
Accept: /< HTTP/1.1 200 OK < Age: 495 < Date: Mon, 12 Oct 2020 22:02:17 GMT < ETag: "40f30a24bf23b7b1ad1313f563deceba" < Vary: Accept-Encoding < Server: AmazonS3 < X-Cache: Hit from cloudfront < Connection: Keep-Alive < X-Amz-Cf-Id: 4eURUeqTYD-Ob7zOJ9986fnWYOxsrSUXX-l1fTyKfylMKoWrplmdcA== < Content-Type: text/plain < X-Amz-Cf-Pop: LAX50-C1 < Accept-Ranges: bytes < Last-Modified: Tue, 15 Sep 2020 17:45:06 GMT < Content-Length: 6529 < { [6529 bytes data] * Connection #0 to host get.pulumi.com left intact error: could not determine latest version of Pulumi, try passing --version X.Y.Z to install an explicit version We're sorry, but it looks like something might have gone wrong during installation. If you need help, please join us on https://slack.pulumi.com/
gentle-diamond-70147
10/13/2020, 5:47 AMcurl --fail -L --verbose "<https://www.pulumi.com/latest-version>"
. I'm trying to determine why curl is failing with a cert error.tall-needle-56640
10/13/2020, 1:43 PMissuer: C=US,ST=Minnesota,L=Arden Hills,O=LAND O LAKES INC,OU=IT,CN=proxy.ent.lolcentral.com
--insecure
.gentle-diamond-70147
10/13/2020, 9:59 PM<https://www.pulumi.com/latest-version>
which is not using the --insecure
flag, hence why you're still getting an error. It also does a curl to get the binary itself, so it looks like it will need to be changed in a couple places.tall-needle-56640
10/19/2020, 4:13 PMgentle-diamond-70147
10/19/2020, 4:36 PM