小编Dar*_*tCZ的帖子

httpd 2.4(mod_ssl)中的每个目录CA

是否支持在httpd 2.4中删除的每个目录CA文件?

<Location /directory>
Require valid-user

SSLVerifyClient require
SSLVerifyDepth 5
SSLCACertificateFile /path/to/ca.crt
</Location>
Run Code Online (Sandbox Code Playgroud)

此代码段在httpd 2.2.29下工作,但由于"您的SSL库不支持每个目录CA",因此对httpd 2.4.10无效.我遗憾地找不到任何有任何改变的证据(在发行说明中没有提及,mod_ssl的文档是相同的),所以也许它是错误的?

在RHEL上编译,"./ configure --with-included-apr --enable-so --with-crypto --enable-ssl",openssl 1.0.1e(16.el6_5.15)

apache openssl mod-ssl

5
推荐指数
2
解决办法
4315
查看次数

标签 统计

apache ×1

mod-ssl ×1

openssl ×1