admin管理员组文章数量:1130349
When I visit website using Wordpress Dashboard, browser is showing 'cPanel, Inc. Certification Authority';
But, when I access it directly typing the domain in the URL Bar, no Certification icon is being displayed.
What it means? And how can I fix it?
When I visit website using Wordpress Dashboard, browser is showing 'cPanel, Inc. Certification Authority';
But, when I access it directly typing the domain in the URL Bar, no Certification icon is being displayed.
What it means? And how can I fix it?
Share Improve this question asked Dec 31, 2018 at 14:31 Ahmed QayyumAhmed Qayyum 111 bronze badge 1- Welcome to WPSE, clear the browser cache because overhere it shows nicely. You did all well it seems. – Charles Commented Jan 1, 2019 at 10:12
2 Answers
Reset to default 1"Not Secure" warning refers to the lack of security for the connection to the page that you are visiting. It suggests that the information sent and received with that page can be exploited by the hackers.
Have you done the follow things?
- Getting an SSL certificate
- Installing your certificate through your web host
- Changing your WordPress URL
- Implementing a site-wide 301 redirect
If the answer is yes, there might be an issue with the cache. Try clearing it. It should fix your issue.
Looks like your website has a SSL issued by cPanel, I think if you redirect your non-SSL site to the SSL version it will work. You can add these lines to your .htaccess file to get it done.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.tld/$1 [R,L]
You can also install a plugin called Really Simple SSL from WordPress directory to do this if you are not comfortable editing server files.
Do let me know the outcome, I will be looking forward to your reply.
When I visit website using Wordpress Dashboard, browser is showing 'cPanel, Inc. Certification Authority';
But, when I access it directly typing the domain in the URL Bar, no Certification icon is being displayed.
What it means? And how can I fix it?
When I visit website using Wordpress Dashboard, browser is showing 'cPanel, Inc. Certification Authority';
But, when I access it directly typing the domain in the URL Bar, no Certification icon is being displayed.
What it means? And how can I fix it?
Share Improve this question asked Dec 31, 2018 at 14:31 Ahmed QayyumAhmed Qayyum 111 bronze badge 1- Welcome to WPSE, clear the browser cache because overhere it shows nicely. You did all well it seems. – Charles Commented Jan 1, 2019 at 10:12
2 Answers
Reset to default 1"Not Secure" warning refers to the lack of security for the connection to the page that you are visiting. It suggests that the information sent and received with that page can be exploited by the hackers.
Have you done the follow things?
- Getting an SSL certificate
- Installing your certificate through your web host
- Changing your WordPress URL
- Implementing a site-wide 301 redirect
If the answer is yes, there might be an issue with the cache. Try clearing it. It should fix your issue.
Looks like your website has a SSL issued by cPanel, I think if you redirect your non-SSL site to the SSL version it will work. You can add these lines to your .htaccess file to get it done.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.tld/$1 [R,L]
You can also install a plugin called Really Simple SSL from WordPress directory to do this if you are not comfortable editing server files.
Do let me know the outcome, I will be looking forward to your reply.
本文标签: urlsHow to add domain security certificationin WordPress website
版权声明:本文标题:urls - How to add domain security certification, in WordPress website? 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749053604a2308999.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论