You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins fail to activate on local websites when using Herd or Laravel Valet (i.e. *.test domains) due to the Loopback sslverify check in wp_remote_get.
.test is a reserved top-level domain intended for usage in software testing. It is guaranteed to never be registered into the Internet. https://en.wikipedia.org/wiki/.test
The Loopback error:
stdClass Object (
[status] => critical
[message] => The loopback request to your site failed, this means features relying on them are not currently working as expected.<br>Error encountered: (0) cURL error 60: SSL certificate problem: unable to get local issuer certificate
)
Feature request/bug description
Plugins fail to activate on local websites when using Herd or Laravel Valet (i.e.
*.test
domains) due to the Loopback sslverify check in wp_remote_get.health-check/HealthCheck/class-health-check-loopback.php
Lines 71 to 73 in ed432ee
The Loopback error:
Screenshot:
A fix could be as simple as:
Related issues
#322 and #357
The text was updated successfully, but these errors were encountered: