contentacms/contenta_vue_nuxt

Fresh install error : Hostname/IP does not match certificate's altnames: Host

fenix011 opened this issue · 2 comments

image

thanks !

Fixed after (dunno why ... ) :

npm audit fix --force
npm update --legacy-peer-deps
npm run dev

 ERROR  Hostname/IP does not match certificate's altnames: Host: back-end.contentacms.io. is not in the cert's altnames: DNS:*.eu-2.platformsh.site

  at new NodeError (node:internal/errors:329:5)
  at Object.checkServerIdentity (node:tls:315:12)
  at TLSSocket.onConnectSecure (node:_tls_wrap:1541:27)
  at TLSSocket.emit (node:events:378:20)
  at TLSSocket._finishInit (node:_tls_wrap:945:8)
  at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:719:12)

uops