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

ssl doesn't seem to work? #88

Open
BalazsManus opened this issue Nov 7, 2024 · 1 comment
Open

ssl doesn't seem to work? #88

BalazsManus opened this issue Nov 7, 2024 · 1 comment

Comments

@BalazsManus
Copy link

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:

Error: 139758038992832:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:

Error: 139758038992832:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

2024-11-07T14:04:41.888Z 2a01:36d:200:4b80:b57b:9fd1:fecd:29de, 172.23.0.1 POST /account/generate-invite ? (undefined ms)
@BalazsManus
Copy link
Author

i've found another error when using register

[sq] error in /register: [Error: 139758038992832:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:
] {
  library: 'SSL routines',
  function: 'ssl3_get_record',
  reason: 'wrong version number',
  code: 'ESOCKET',
  command: 'CONN'
}

maybe it is a problem with cloudflared tunnel?

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