看到腾讯云购买页面是这样提示的“域名型加密SSL证书,浏览器上有https提示并有绿锁标记。”
本人安装以后有https提示,但是并没有出现绿锁,chrome浏览器提示不完全安全的网站。
在购买之前想问清楚,如果安装了TrustAsia付费DV证书,chrome浏览器是否有绿锁,是否能够提示“connection is secure”
使用腾讯云短信服务,发送验证码。 堆栈提示:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:214)
……
at com.github.qcloudsms.SmsSingle
使用这个命令:systemctl start httpd.service
出现下面错误:
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
我在腾讯云申请了SLL证书,并在服务器(CentOS, 腾讯云主机)安装了mod_ssl与openssl. 并测试安装可用。
但是当我将申请到的证书配置到apache的时候
在这里,我有点困惑于为自己的云安装SSL证书。
Setup
OS : Ubuntu 18.04
APP : OWN Cloud
Certificate : I have already certificate from Public CA ( comodo ).
我们已经使用此证书运行电子邮件和FTP服务。这是通配符证书。
我已经安装了自己的云服务器用于文件传输和存储,并且需要配置SSL证书。
有人能帮帮我吗。