Java SSL/TLS ignore expired cert? (java.security.cert.CertPathValidatorException: timestamp check failed)

后端 未结 3 496
礼貌的吻别
礼貌的吻别 2020-12-28 17:59

I am having an issue with a api that I communicate to via SSL. I am thinking the exception is coming due to the fact that the SSL cert has expired. The problem is that I do

3条回答
  •  旧时难觅i
    2020-12-28 18:33

    i think you can download the cert and add it to your store. You then configure your jvm with environment properties to indicate where the store is.

提交回复
热议问题