tdjsnelling / sqtracker

A modern private BitTorrent tracker platform
GNU General Public License v3.0
216 stars 41 forks source link

ssl doesn't seem to work? #88

Open BalazsManus opened 2 weeks ago

BalazsManus commented 2 weeks ago
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 commented 1 week ago

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?