SSL certificate for path

kdevmu

Registered
Mar 30, 2020
1
0
0
India
cPanel Access Level
Website Owner
Hi All,

I am using Let's encrypt certificate for my domain. Domain is now secured with SSL certificate, but the path is still shown as insecure. Example: www.xyz.com is now with SSL certificate, but www.xyz.com/community is still without SSL. What could be the issue? I have access to C-Panel. Screenshot of file manager in C-Panel is as below. I installed certificate in .Well-known folder under public_html using let's encrypt.

1585618267478.png
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
Hello,


A certificate covers a domain, it doesn't discern between the domain and subfolders of that domain. I'd assume you were experiencing caching. Does a curl request for the domain/folder show the SSL certificate or any redirection?

Code:
curl -vvI https://xyz.com/community
or use the www subdomain:
Code:
curl -vvI https://www.xyz.com/community