dragula icon indicating copy to clipboard operation
dragula copied to clipboard

Site security certificate expired

Open ajmeese7 opened this issue 4 years ago • 1 comments

Error message

Just giving you guys a heads up, this may deter some users from visiting the site.

If you want an easy fix, you can either use Cloudflare for free HTTPS like I describe how to do here or just switch the site to plain HTTP with a .htaccess file like the following:

# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

ajmeese7 avatar Oct 02 '20 20:10 ajmeese7

Thanks a lot for reporting this.

sarthology avatar Oct 07 '20 04:10 sarthology