The REST API request fails because the server is unable to verify the SSL certificate presented by the remote host. The PHP cURL library checks the certificate chain against a list of trusted root authorities. If the CA bundle is missing, outdated, or the remote certificate is self‑signed, the verification stops and returns error 60.
The failure also occurs when the server forces an old TLS version, when a proxy replaces the certificate, or when the site’s own certificate is invalid. In all cases the HTTP API aborts the request and WordPress reports an SSL certificate problem.