如何在 xampp 中使用或启用 openssl

发布于 2024-10-16 04:09:24 字数 61 浏览 1 评论 0原文

我正在配置我的 xampp,并且在 xampp 使用 php 启用 openssl 时遇到问题,我该怎么办?

I'm configuring my xampp, and having issues with xampp enabling openssl with php, how do I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

能怎样 2024-10-23 04:09:24

设计您的表单以使用 action="https://...." 来加密传输。设置服务器证书并在 Apache 配置中启用 mod_ssl。

PHP openssl 函数不参与此操作。如果您没有获得商业证书,则只需使用一次 openssl 命令行工具即可生成自签名证书。

Design your forms to use action="https://...." to encrypt the transmission. Setup a server certificate and enable mod_ssl in the Apache config.

The PHP openssl functions do not enter the picture for that. You will only need the openssl commandline tool once for generating a self signed certificate, if you didn't aquire a commercial one.

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