回復(fù) 13# admin
我是A引擎,我是這樣操作的,幫我看看是錯(cuò)在哪里?我已經(jīng)重復(fù)N次了。

阿里云域名證書有3個(gè)文件,其中pubic.crt 的文件,我上傳到bundle文件中
到“配置文件”檢查,提示:
- 配置文件有錯(cuò)AH00526: Syntax error on line 18 of /www/wdlinux/httpd-2.4.23/conf/vhost/bbs.jx**.com.conf:Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration
復(fù)制代碼
到文件管理中查看“apache配置”中:
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile conf/cert/bbs.jx**.com.crt
SSLCertificateKeyFile conf/cert/bbs.jx**.com.key
SSLCertificateChainFile conf/cert/bundle_bbs.jx**.com.crt
SSLProtocol TLSv1 TLSv1.1 TLSv1.2
SSLCipherSuite
|