Hi there
I too was having the same issue. This is what I did to create the issue:
– Created domain in Plesk
– Installed fresh copy of WP
– Run ‘Let’s Encrypt’ within Plesk to add a cert to the domain
– Installed Woocommerce > Got false positive error message
– Updated URLs inSettings > General to https > Got false positive error message
* This is what I did to resolve the issue (after a lot of unit testing!!)
– Deactivate the Woocommerce plugin
– Reactivate the plugin > No error message
I’m no expert but something triggers the error if you add an SSL cert domain after installing WP. Fortunately the resolution in my case was quite simple.
Hope this helps someone.
Dave
-
This reply was modified 7 years, 7 months ago by
davidandrew.
-
This reply was modified 7 years, 7 months ago by
davidandrew.
Thread Starter
Tiger
(@jdstiger)
@davidandrew Looks like this simple fix worked! Thanks.
The Woo team should look into it, so people don’t have to deactivate & activate just for the false error message to go away.
Hi there,
WooCommerce uses ‘is_ssl()’ to check the SSL certificate and that can sometime cause false-positives.
You can check a few more suggestions in this GitHub issue and if the SSL check doesn’t return any errors – you can simply dismiss the message.