https post 需要什么版本的 cURL 和 OpenSSL
我正在将我的服务器设置为 https post,并且我读到有些人的 cURL 或 OpenSSL 库存在问题。我不想深入研究这个问题并用我的代码(我对 php 完全陌生)进行调查,只是为了意识到我的代码并不坏,而是我的服务器设置。
这是我当前安装的:
libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 OpenSSL 0.9.8e-fips-rhel5 2008 年 7 月 1 日
我需要要求我的托管公司升级其中任何一个吗?或者我应该全部设置为 https 将数据发布给第三方吗?
I'm getting my server set up for being to https post and ive read that some people have had issues with their cURL or OpenSSL libraries. I dont want to get to far into this and get a probelm with my code (im completely new to php) just to realize that my code isnt bad, but rather my server settings.
Here's what i currently have installed:
libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
do i need to ask my hosting company to upgrade either of these? or should i be all set to https post data to a third party?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
curl 和 libcurl 已经支持 HTTPS POST 大约十年左右了,即使您有一个非常旧的版本(请参阅 releaselog,您的版本已经有 5.5 年以上的历史了)当时它也有效。
然而,由于许多其他原因,包括安全漏洞和数百个其他错误修复,您仍然应该考虑升级。
curl and libcurl have supported HTTPS POST for perhaps some ten years or so, and even if you have a VERY old release (see releaselog, your release is >5.5 years old) it worked back then too.
For a lot of other reasons however, including security vulnerabilities and hundreds of other bug fixes, you should still consider upgrading.