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
For `sfcc-cli` commands that initiate network requests, you may get an error similar to the following:
15
+
16
+
``Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: dev09.commerce.myclient.demandware.net. is not in the cert's altnames: DNS:*.demandware.net, DNS:demandware.net``
17
+
18
+
This is because node cannot verify that the server is valid according to the TLS certificate. The following command executed in your terminal will temporarily disable this check while you have your terminal session open.
0 commit comments