|
|
发表于 2011-7-8 10:23:44
|
显示全部楼层
netstat 有 443 吧?原帖由 糕手 于 2011-7-8 13:00 发表

太奇怪了......
-bash-3.2# openssl s_client -connect localhost:443
socket: Connection refused
connect:errno=29
但是:
-bash-3.2# openssl s_client -connect ip1(*.*.*.*):443
CONNECTED(00000003)
depth=0 ...
装上了,没什么问题啊,比免费的要简单点,不用自己合成根证书和二级证书了,人家都给你整好了
[ 本帖最后由 webproxy 于 2011-7-8 13:38 编辑 ] |
|