简体   繁体   English

无法创建SSL / TLS安全通道。 -Cdyne回传

[英]Could not create SSL/TLS secure channel. - Cdyne Postback

I am having a website (PHP/MySQL). 我有一个网站(PHP / MySQL)。 Recently I upgraded the server and installed SSL certificate to my website (server). 最近,我升级了服务器,并在我的网站(服务器)上安装了SSL证书。 Server and SSL details are 服务器和SSL详细信息是

HTTP Server Header: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.5.29 HTTP服务器标头: Apache / 2.4.6(CentOS)OpenSSL / 1.0.1e-fips PHP / 5.5.29

Protocol (supported): TLS 1.2 协议(支持): TLS 1.2

Protocol (NOT supported): TLS 1.0, TLS 1.1, SSL 3, SSL 2 通讯协定(不支援): TLS 1.0,TLS 1.1,SSL 3,SSL 2

I am using Cdyne SMS Notify API in my website. 我在网站上使用的是Cdyne SMS通知API。 Cdyne posts back (to a page I have specified in Cdyne call) after completing process at their end when I send request to them. 当我向他们发送请求时,Cdyne在结束处理后将其发回(回到我在Cdyne调用中指定的页面)。

Without SSL (https) everything works good and I get back post backs (to a page I have specified in Cdyne call) from Cdyne but when I enable SSL (https) then I don't get posts back. 没有SSL(https),一切都会正常进行,我会从Cdyne获得回传(回到Cdyne调用中指定的页面),但是当我启用SSL(https)时,我不会回传信息。 I contacted with Cdyne support, they replied that they are getting following exception when they try to send reply (post back) to my website. 我与Cdyne支持人员联系,他们回答说,当他们尝试将答复(发回)发送到我的网站时,他们正在遵循例外。

The request was aborted: Could not create SSL/TLS secure channel. 该请求已中止:无法创建SSL / TLS安全通道。

What can be the reason? 可能是什么原因? And what can be the solution. 什么是解决方案。 Do I need to change my code or do they will have to alter their code. 我需要更改代码还是必须更改代码。 Any help is appreciated. 任何帮助表示赞赏。

Last but not least, requests (SMS) from my website are successfully delivered with SSL (https). 最后但并非最不重要的一点是,我网站上的请求(SMS)已成功通过SSL(https)发送。 Means everything is good at my end? 意味着一切都对我有利吗? Issue is only with post backs from Cdyne. 此问题仅来自Cdyne的支持。

Thanks in advance, 提前致谢,

CDYNE recently performed a security upgrade. CDYNE最近执行了安全升级。 It also required a patch to our previous version. 它还需要对我们先前版本的补丁。

This upgrade was to ensure that all of our customers, from legacy to current versions, have the highest level of encryption for their data. 此次升级是为了确保我们的所有客户(从旧版本到最新版本)都对其数据进行最高级别的加密。 There was a minor interruption while this transition occurred and isn't a regular occurrence with our services. 发生这种过渡时发生了轻微的中断,这在我们的服务中并不常见。

If you experience any issues in the future, you can always chat with us online through our website or call our tech support line at 1-800-984-3710. 如果您将来遇到任何问题,可以随时通过我们的网站与我们在线聊天,或致电1-800-984-3710与我们的技术支持热线联系。

It was Cdyne's implementation which was not allowing posting back to TLS 1.2 server. 这是Cdyne的实现,不允许将其回发到TLS 1.2服务器。 After they fixed the code at their end everything is working fine. 在他们将代码固定到位之后,一切都可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM