Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate crash when game attempts to connect #13

Closed
Strackeror opened this issue Jul 19, 2021 · 2 comments
Closed

Immediate crash when game attempts to connect #13

Strackeror opened this issue Jul 19, 2021 · 2 comments

Comments

@Strackeror
Copy link

As soon as the game attempts to connect to servers, the log window immediately closes, and the game instantly shows that it cannot connect to servers.
gg-struggle.zip

@Strackeror
Copy link
Author

Strackeror commented Jul 19, 2021

I attempted to run the actual nodejs code, and this error popped up.

[2021-07-19T19:07:47.565] [INFO] default - [PROXY] Logging to C:\Users\rremi\AppData\Local\Temp/gg-struggle/all.log
[2021-07-19T19:07:47.567] [INFO] default - [PROXY] Using pfx file ./gg-struggle-cert.pfx
[2021-07-19T19:07:47.569] [INFO] default - [DB] Loading entries C:\Users\rremi\AppData\Local\Temp/gg-struggle/gg-struggle.db
[2021-07-19T19:07:47.585] [INFO] default - [PROXY] Listening on 443
[2021-07-19T19:07:47.586] [INFO] default - 
[2021-07-19T19:07:47.591] [WARN] default - [DB] Error reading request b627588615559e35366585b10f1b5e2e203a4a7f: Error: ENOENT: no such file or struggle/dumps/b627588615559e35366585b10f1b5e2e203a4a7f.ggResp.dump'
[2021-07-19T19:07:47.592] [WARN] default - [DB] Error reading request 722ed30712c19b713ff3a993598e1eb9d95fce65: Error: ENOENT: no such file or struggle/dumps/722ed30712c19b713ff3a993598e1eb9d95fce65.ggResp.dump'
[2021-07-19T19:07:47.592] [WARN] default - [DB] Error reading request 71ef9ba18beddf9b569032be6f904836f8550c62: Error: ENOENT: no such file or struggle/dumps/71ef9ba18beddf9b569032be6f904836f8550c62.ggResp.dump'
[2021-07-19T19:07:51.004] [INFO] default - [PROXY] /api/sys/get_env POST b627588615559e35366585b10f1b5e2e203a4a7f
[2021-07-19T19:07:51.004] [INFO] default - [DB] Dumping request to C:\Users\rremi\AppData\Local\Temp/gg-struggle/dumps/b627588615559e35366585b1
[2021-07-19T19:07:51.005] [INFO] default - [CACHE] Miss: /api/sys/get_env POST b627588615559e35366585b10f1b5e2e203a4a7f
node:events:346
     throw er; // Unhandled 'error' event
     ^

Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: ggst-game.guiltygear.com. is not in the cert's aighttime.cld.dev.navitime.co.jp
   at new NodeError (node:internal/errors:329:5)
   at Object.checkServerIdentity (node:tls:315:12)
   at TLSSocket.onConnectSecure (node:_tls_wrap:1542:27)
   at TLSSocket.emit (node:events:369:20)
   at TLSSocket._finishInit (node:_tls_wrap:946:8)
   at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:720:12)
Emitted 'error' event on ClientRequest instance at:
   at TLSSocket.socketErrorListener (node:_http_client:472:9)
   at TLSSocket.emit (node:events:369:20)
   at emitErrorNT (node:internal/streams/destroy:188:8)
   at emitErrorCloseNT (node:internal/streams/destroy:153:3)
   at processTicksAndRejections (node:internal/process/task_queues:81:21) {
 reason: "Host: ggst-game.guiltygear.com. is not in the cert's altnames: DNS:*.nighttime.cld.dev.navitime.co.jp, DNS:nighttime.cld.dev.navitim
 host: 'ggst-game.guiltygear.com',
 cert: {```

@Strackeror
Copy link
Author

Turns out the ip in etc/hosts was just wrong, mistakenly thought it was a local certificate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant