Git Product home page Git Product logo

Comments (2)

JhonTitor6 avatar JhonTitor6 commented on July 19, 2024

我issue写一半呢,我也遇到了,不过我解决了
也不算是bug,记录一下
简单的说异常是由于jdk版本低于1.8.0_151(也有说是1.8.0_161)引起的,
两种解决方案:

  1. 升级jdk
  2. 下载并替换JCE 策略文件,在代码中加如下片段:
Security.setProperty("crypto.policy", "unlimited");

参考文档:
https://www.baeldung.com/jce-enable-unlimited-strength
https://docs.oracle.com/cd/E60058_01/PDF/8.0.6.x/8.0.6.0.0/AG_HTML/Enabling_Unlimited_Cryptographic_Policy_for_Java.htm

from wechatpay-java.

xy-peng avatar xy-peng commented on July 19, 2024

解决方案可参考文档中心的常见问题

from wechatpay-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.