Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 PHP 脚本来使用 cURL 将大文件 (100MB+) 传输到另一台服务器。在我将 CURLOPT_SSLVERSION 设置为 3 之前,该过程无法正常工作。如果不设置该选项,该过程将传输大约 7MB,然后死掉。
在我将这个过程推广到我们所有客户的机器之前,我想了解为什么会这样。它是特定于服务器的吗?证书具体?我只是想确保我们不会出现某些客户需要将 SSL 版本设置为 2 才能正常工作的情况。
如果有人能就此启发我,将不胜感激。