Home >Backend Development >PHP Tutorial >关于apache no_ssl与openssl的疑义

关于apache no_ssl与openssl的疑义

WBOY
WBOYOriginal
2016-06-13 10:51:21798browse

关于apache no_ssl与openssl的疑问
请问:
  no_ssl在使用过程中与openssl有什么区别?是不是不安全?或者有什么限制?谢谢。

------解决方案--------------------
openssl多了个ssl安全认证模式,它的协议是HTTPS而不是HTTP,这就是带有SSL的服务器与一般网页服务器的区别了。
一般情况下,使用no_ssl版本的就可以了
------解决方案--------------------
不一样!
默认端口:
http 80
https 443

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:关于PHP数组合并有关问题Next article:关于下传