DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.66k stars 2.25k forks source link

https://wppb.io uses an invalid SSL certificate #556

Closed meagar closed 3 years ago

meagar commented 3 years ago

This site uses a self-signed certificate for example.com.

SSL is becoming the default, the homepage should really use a valid SSL certificate. If you won't do that, then you should at least close port 443 and stop serving an invalid certificate.

Screen Shot 2021-03-10 at 9 40 46 PM
DevinVinson commented 3 years ago

Thanks for the heads up. Getting it fixed now :)