|
我已经从vhost.d下把vhost-ssl.template文件复制到abc.conf,并且更改了域名设置,但是在/etc/init.d/apache2 startssl以后并没有打开443端口。
用apache2ctl -DSSL命令以后, /var/log/apache2/error_log里面的记录:
- [Sat Nov 05 21:33:55 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
- [Sat Nov 05 21:33:55 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
- [Sat Nov 05 21:33:56 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
- [Sat Nov 05 21:35:05 2005] [notice] caught SIGTERM, shutting down
- [Sat Nov 05 21:35:12 2005] [error] Init: Unable to read server certificate from file /etc/apache2/ssl.crt/server.crt
- [Sat Nov 05 21:35:12 2005] [error] SSL Library Error: 218542222 error:0D06B08E:asn1 encoding routines:ASN1_d2i_bio:not enough data
复制代码
不知道该如何解决这个问题? |
|