I installed the SSL I bought from outside normally, but it doesn't work.

posldww

New member
Joined
May 27, 2023
Messages
3
K-001.pngK-002.pngK-003.png
I'm from a different country, so I might not have the right grammar because I ask questions through translation.
I ask for your understanding!

I have a domain that I bought from outside
SSL Certificates > Paste a pre-generated certificate and key
Enter the key and CRT and confirm that the Certificate appears normally
After you click SAVE, click CA Root Certificate to create the CRT information
Check the Use CA Cert and press SAVE, clear the cache, wait 1-2 hours, and still cannot connect to https://.What could be the problem?
 
possible it browser cache, did you trying access your site with incognito mode ?
 
Agree with the comment about cache. Also did you restart the webserver?
 
then check web server log

for nginx
/var/log/nginx/domains/yourdomain.com.error.log

for apache
/var/log/apache/domains/yourdomain.com.error.log

it should have reporting about error SSL.
 
Back
Top