安全网络连接(例如 SSL )是否由 Web 服务器处理?

发布于 2024-10-16 04:27:16 字数 78 浏览 10 评论 0原文

基本上php程序员不需要处理消息的加密和解密? Web 服务器处理所有加密和解密,这意味着当到达服务器请求的 php 页面时,消息已经解密了?

Basically a php programmer does not need to handle the encrypting and decrypting of the messages? The web server handles all the encryption and decryption, and that means by the requested php page from the server is reached, the message is already decrypted?

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

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

发布评论

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

评论(2

余生共白头 2024-10-23 04:27:16

是的。看不出有人可以更全面地回答:-)

yes. can't see how any one could answer more fully :-)

妳是的陽光 2024-10-23 04:27:16

是的,Web 服务器将处理 99% 的 SSL。因此您不必对代码进行任何修改。但是,请注意,在 SSL 页面上,加密要求页面上的所有对象都是安全的。即加载外部源 img 会丢失您的 SSL。

Yes, the web server will handle SSL 99%. So you don't have to make any modifications to your code. However, be aware that on a SSL page, the encryption expects all objects on the page to be secure. I.e. loading an external source img will throw off your SSL.

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