SSL Error / RSA premaster secret error

前端 未结 2 685
感情败类
感情败类 2021-01-13 16:14

anyone know what is the problem regarding the error that encountered in the PayPal sandbox?

It was working fine for months last time and we changed our server and I

相关标签:
2条回答
  • 2021-01-13 16:42

    You may want to set the environment variable JAVA_EXT_DIRS which value would be the path to [..]jre\lib\ext

    The accepted answer of SunTlsRsaPremasterSecret KeyGenerator not available might be of some help

    Other related posts which can be found on the web:

    http://forums.pentaho.com/showthread.php?78991-plm-in-4-x-javax-net-ssl-SSLKeyException-RSA-premaster-secret-error

    https://issues.apache.org/jira/browse/SMX4-537

    0 讨论(0)
  • 2021-01-13 16:58

    I have run into the same problem and it seems as if the IPN Simulator is unable to handle https properly. (or perhaps it has trouble with RSA keys over 1024 bits?) I am unable to use the simulator, but if I test everything (in the sandbox) using a Paypal business / consumer accounts and fake a purchase, I do get IPN messages sent to my handler.

    0 讨论(0)
提交回复
热议问题