I’m trying to use Local to run WordPress locally as a headless CMS for a GatsbyJS site. I’m hitting an error, though I’m not sure if it’s within the gatsby-source-wordpress
plugin, or within Local.
The request failed with error code "DEPTH_ZERO_SELF_SIGNED_CERT"
I’ve gotten this to work by adding:
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
to a config file within Gatsby, but am wondering if there’s a setting in Local that might similarly work?