https post 需要什么版本的 cURL 和 OpenSSL

发布于 2024-12-29 17:16:28 字数 303 浏览 3 评论 0原文

我正在将我的服务器设置为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兰花执着 2025-01-05 17:16:28

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文