SSL “Peer Not Authenticated” error with HttpClient 4.1

后端 未结 4 1052
傲寒
傲寒 2020-12-03 16:49

I am building a simple app monitor to poll one of our API URLs and email us if it can\'t get a HTTP 200 status code from the response (this would indicate our API is down fo

4条回答
  •  粉色の甜心
    2020-12-03 17:40

    keytool -import -v -alias cacerts -keystore cacerts.jks -storepass changeit -file C:\cacerts.cer
    

提交回复
热议问题