contentacms / contenta_vue_nuxt

Start in minutes a Drupal 8 with JSON API and Vue.js : a Nuxt.js ( Vue.js SSR ) consumer for Contenta CMS
https://contentanuxt.now.sh
GNU General Public License v2.0
126 stars 32 forks source link

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

Closed fenix011 closed 2 weeks ago

fenix011 commented 3 years ago

image

thanks !

fenix011 commented 3 years ago

Fixed after (dunno why ... ) :

npm audit fix --force
npm update --legacy-peer-deps
npm run dev
fenix011 commented 3 years ago

 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