You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles
cd my-haskell-lambda
make
And this is the failure
#10 [build 3/12] RUN curl -sSL https://get.haskellstack.org/ | sh
#10 sha256:ade20eaad4cb8e076f07d696c5a2918238dda45baa7020768863823a5e98953e
#10 0.959 curl: (60) SSL certificate problem: certificate has expired
#10 0.959 More details here: https://curl.haxx.se/docs/sslcerts.html
#10 0.959
#10 0.959 curl failed to verify the legitimacy of the server and therefore could not
#10 0.959 establish a secure connection to it. To learn more about this situation and
#10 0.959 how to fix it, please visit the web page mentioned above.
#10 DONE 1.0s
There's another error but I think it's caused by the error above
This is what I do
And this is the failure
There's another error but I think it's caused by the error above
When I run
curl -sSL https://get.haskellstack.org/ | sh
on my local machine, it works fine.Anyone seen this error before?
The text was updated successfully, but these errors were encountered: