Problem with request: certificate has expired

When running older versions of SCM you can get a problem with request: certificate has expired error message.

image

Solution

Create a .bat file inside the SCM install folder with.

set NODE_TLS_REJECT_UNAUTHORIZED=0
start ./“SEO Content Machine.exe”

Set the ENV variable NODE_TLS_REJECT_UNAUTHORIZED to disable the certificate check.

The newest versions of SCM do not have this issue.