dragula
dragula copied to clipboard
Site security certificate expired
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]
Thanks a lot for reporting this.