我使用mailgun发送电子邮件,但从上一天它在电子邮件发送api的POST请求期间显示错误,如下所示.我正在使用java/spring/AWS到我的网络应用程序.我试图重新启动应用程序并检查证书是否已经存在信任存储但我们从未生成信任存储密钥.
com.mashape.unirest.http.exceptions.UnirestException:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到有效的证书路径在com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:143)请求目标com.mashape.unirest.request.BaseRequest.asJson(BaseRequest.java:68)
我试图在Ubuntu上本地运行AWS Lambda项目。当我使用AWS SAM Local运行项目时,它显示此错误:Error: Running AWS SAM projects locally requires Docker. Have you got it installed?