Your site URL: https://sofaspud.tv/
Your forum URL: https://sofaspud.tv/portal/
The problem you are having is with this URL: https://www.sofaspud.tv
Your Sectigo SSL certificate is not activated for this URL, this message confirms this when testing the certificate: No SSL certificates were found on www.sofaspud.tv. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.
You can work around the problem by redirecting your site
find:add after:
Your forum URL: https://sofaspud.tv/portal/
The problem you are having is with this URL: https://www.sofaspud.tv
Your Sectigo SSL certificate is not activated for this URL, this message confirms this when testing the certificate: No SSL certificates were found on www.sofaspud.tv. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.
You can work around the problem by redirecting your site
www.sofaspud.tv/
to sofaspud.tv/
by adding this in the .htaccess
file.find:
Code:
RewriteEngine On
Code:
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Statistics: Posted by ssl — Tue Feb 06, 2024 4:32 am