简体   繁体   English

即将到来的亚马逊FPS变化

[英]Coming Amazon FPS Changes

Per the notice sent by Amazon: 根据亚马逊发出的通知:

"Amazon Payments has released important code updates to further strengthen the security and reliability of our products. These updates specifically address code written in ASP, Java and PHP" “Amazon Payments发布了重要的代码更新,以进一步增强我们产品的安全性和可靠性。这些更新专门针对用ASP,Java和PHP编写的代码”

Does the above mean there is no API change, but changes just to the examples provided? 以上是否意味着没有API更改,但仅更改提供的示例?

I don't use any of these, can someone who does describe the nature of the changes? 我不使用任何这些,可以描述变化性质的人吗?

jeff 杰夫

This is an old question I know, but here's your answer: 这是我所知道的一个老问题,但这是你的答案:

The major change is to the option: CURLOPT_SSL_VERIFYHOST (from 1 to 2). 主要的变化是选项:CURLOPT_SSL_VERIFYHOST(从1到2)。 You can find more details here: http://php.net/manual/en/function.curl-setopt.php 您可以在此处找到更多详细信息: http//php.net/manual/en/function.curl-setopt.php

1 to check the existence of a common name in the SSL peer certificate. 1检查SSL对等证书中是否存在公用名。 2 to check the existence of a common name and also verify that it matches the hostname provided. 2检查是否存在公用名,并验证它是否与提供的主机名匹配。 In production environments the value of this option should be kept at 2 (default value). 在生产环境中,此选项的值应保持为2(默认值)。

Support for value 1 removed in cURL 7.28.1 在cURL 7.28.1中删除了对值1的支持

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

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