[ad_1]
Hi,
I notice in the code of this plugin that if WP_DEBUG is set, then the filter https_ssl_verify is set to false (and https_local_ssl_verify also).
i.e. Anyone developing a site will no longer benefit from verification of SSL connections, reducing security.
There is no reason to be doing that, and especially to be doing it without informing users that it’s being done. If you have a local development issue that means that you don’t want to verify SSL certificates, then that’s something for you, not something for everyone.
David
