我使用CURLOPT_SSL_VERIFYHOST时出现了这个错误
Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
我尝试了什么:
1 -关闭VERIFYHOST不是一个选项,我需要这个登录到https页面。
2 -下载的证书,我这样使用它:
curl_setopt($c, CURLOPT_SSL_VERIFYPEER,
我是LDAP / Active Directory环境的新手。
我正在尝试使用SSL支持与LDAP / Active Directory连接。
要连接LDAP/Active Directory,需要SSL证书才能建立连接。
我一直在用谷歌搜索,大多数结果是“使用Microsoft CA (证书颁发机构)创建证书”。这是为LDAP/Active Directory生成证书的唯一方法吗?
如何获取LDAP / Active Directory的SSL证书?是否有其他方法可以获取LDAP/Active Directory的SSL证书?
我们刚刚建立了一个网站,IE和firefox可以很好地访问它,但是当使用Chrome时,https不起作用,它弹出了下面的错误,会告诉我如何修复它吗?谢谢
mysite.com
identity not verified.
the identity of this website has been verified by geo trust ssl CA but does not have public audit records.
the site is using outdate security setting that may prevent future version
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at su