如何在 xampp 中使用或启用 openssl
我正在配置我的 xampp,并且在 xampp 使用 php 启用 openssl 时遇到问题,我该怎么办?
I'm configuring my xampp, and having issues with xampp enabling openssl with php, how do I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设计您的表单以使用
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.