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
2 tests are failing in AuthenticationAdapter.spec.js regarding Facebook auth adapter.
Steps to reproduce
See tests.
Actual Outcome
Tests should pass.
Expected Outcome
Tests fail with error:
"Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: graph.accountkit.com. is not in the cert's altnames: DNS:*.facebook.com, DNS:*.facebook.net, DNS:*.fbcdn.net, DNS:*.fbsbx.com, DNS:*.messenger.com, DNS:facebook.com, DNS:messenger.com, DNS:*.m.facebook.com, DNS:*.xx.fbcdn.net, DNS:*.xy.fbcdn.net, DNS:*.xz.fbcdn.net\n at Object.checkServerIdentity (tls.js:287:12)\n at TLSSocket.onConnectSecure (_tls_wrap.js:1508:27)\n at TLSSocket.emit (events.js:314:20)\n at TLSSocket.EventEmitter.emit (domain.js:486:12)\n at TLSSocket._finishInit (_tls_wrap.js:933:8)\n at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:707:12)\n at TLSWrap.topLevelDomainCallback (domain.js:138:15)\n at TLSWrap.callbackTrampoline (internal/async_hooks.js:121:14)"
It seems that the domain graph.accountkit.com is not listed as alternative domain in the certificate. This would point to an issue on FB's side, but it is more likely that the domain graph.accountkit.com we are using is either invalid or deprecated.
Environment
Travis Ci
Server
Parse Server version: 4.3.0
Operating system: -
Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): -
Database
System (MongoDB or Postgres): -
Database version: -
Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): -
New Issue Checklist
Issue Description
2 tests are failing in
AuthenticationAdapter.spec.js
regarding Facebook auth adapter.Steps to reproduce
See tests.
Actual Outcome
Tests should pass.
Expected Outcome
Tests fail with error:
It seems that the domain
graph.accountkit.com
is not listed as alternative domain in the certificate. This would point to an issue on FB's side, but it is more likely that the domaingraph.accountkit.com
we are using is either invalid or deprecated.Environment
Travis Ci
Server
4.3.0
-
-
Database
-
-
-
Client
-
-
Logs
The text was updated successfully, but these errors were encountered: