Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwu committed Apr 8, 2024
1 parent 9cd85d1 commit be03b4f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ public X509Certificate generateCertificate(String certificate) {
@Override
public void validateCertPath(X509Certificate certificate) {
// 为防止证书过期导致验签失败,从而影响业务,后续不再验证证书信任链
return;
}
}

0 comments on commit be03b4f

Please sign in to comment.