当我执行以下查询时
(require '[clj-http.client :as http])
(http/post "https://www.googleapis.com/oauth2/v1/userinfo"
{:query-params {:access_token "token"}})
SunCertPathBuilderException 无法找到请求目标 sun.security.provider.certpath.SunCertPathBuilder.build 的有效证书路径 (SunCertPathBuilder.java:141)
执行代码时有时也会出现此错误
ExceptionInfo clj-http:状态 404 slingshot.support/stack-trace (support.clj:201)
如果有人可以帮助我,我将不胜感激......