clj-http获取请求:SSLException

时间:2016-06-01 15:27:19

标签: ssl clojure clj-http

我通过clj-http get-request访问https网址时遇到了麻烦。

相同的网址与简单的curl请求完美配合。在clojure中,我只是在使用:insecure? true标志时才能使用它。

这是我得到的错误:

SSLException Certificate for <...> doesn't match any of the subject alternative names: [..., ...]  org.apache.http.conn.\
ssl.AbstractVerifier.verify (AbstractVerifier.java:164)

0 个答案:

没有答案