Let's encrypt broke wordpress page

bashiok

New member
Joined
Mar 27, 2024
Messages
1
After turn on SSL Let's encrypt from dashboard my wordpress page don't load i have this error.


"You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."

Any one can help ?
 
"You don't have permission to access this resource.
I highly doubt that this is caused by Letsencrypt. LE is used to create SSL certificates. So if the SSL certificate is wrongly made, you can get an error notice but it will not reject with a 403 forbidden error.

You should be able to test this yourself by visiting your site via http instead of https. Because then SSL wouldn't be working.
Otherwise I suggest checking your .htaccess file(s) and check the /var/log/domains/yourdomain.com.log and yourdomain.com.error.log.

Unless you don't have access to these files, but then you are at the wrong place anyway, in that case you have to ask support with your host. Because this forum is only for admins, so directadmin license holders (and resellers).
 
After turn on SSL Let's encrypt from dashboard my wordpress page don't load i have this error.


"You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."

Any one can help ?

Look at the error log for the domain. It will tell you why you get a 403 error. Its why they exist.
 
Back
Top