Realex 重定向 1.2TLS | Opencart v2.0.1.1

Realex Redirect 1.2TLS | Opencart v2.0.1.1

我在使用 Opencart 上的 Realex Redirect 付款扩展时遇到问题。付款正常,但 Realex 给出消息:

"Your transaction has been successful but there was a problem connecting back to the merchants web site Please contact the merchant and advise them that you received this error message"

我已要求 Realex 提供请求日志:

2017-07-12 16:56:56.687 正在尝试连接到 return URL : /index.php?route=payment/realex/notify

2017-07-12 16:56:56.867 尝试连接到 return URL : /index.php?route=payment/realex/notify

2017-07-12 16:56:56.943 尝试连接到 return URL : /index.php?route=payment/realex/notify

2017-07-12 16:56:57.017 重试次数:3

2017-07-12 16:56:57.017 来自 apache http 客户端的详细错误消息:java.lang.RuntimeException:无法生成 DH 密钥对

2017-07-12 16:56:57.020 Http 状态 Code:0

在迁移到服务器以支持 TLS 1.2 之前,它一直重定向回通知 URL,这里可能是什么问题?

谢谢

这是通知 url 问题“/index.php?route=payment/realex/notify”。

本URL未满url。应该是这样的。 http://example.com/index.php?route=payment/realex/notify

所以这是 Realex 扩展问题。请联系以支持 Realex Redirect 付款

这个答案是相关的:Java: Why does SSL handshake give 'Could not generate DH keypair' exception?

您的 Realex 客户经理也应该能够就兼容的 TLS 证书提出建议。

最佳,

肖恩