SSL Error / RSA premaster secret error

僤鯓⒐⒋嵵緔 提交于 2019-12-01 06:53:40

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.

Thierry Marianne

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!