安全网络连接(例如 SSL )是否由 Web 服务器处理?
基本上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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。看不出有人可以更全面地回答:-)
yes. can't see how any one could answer more fully :-)
是的,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.