celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

bootstrapper websocket tls error : remote error: tls: unknown certificate

Open sophoah opened this issue 6 months ago • 1 comments

Celestia Node version

v0.22.3 Commit: 7e98e6f400baeb49b597fa093353fb68b2e548a6

OS

Ubuntu 24.04.1 LTS

Install tools

NA

Others

NA

Steps to reproduce it

run the bootstrapper with ws tls enabled

Expected result

no error should happen

Actual result

2025-06-09T16:29:07.047Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 62.210.148.252:20689: remote error: tls: unknown certificate
2025-06-09T16:29:07.347Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 175.157.137.24:55605: remote error: tls: unknown certificate
2025-06-09T16:29:07.504Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 84.115.213.161:6503: remote error: tls: unknown certificate
2025-06-09T16:29:07.601Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 88.241.65.89:50172: remote error: tls: unknown certificate
2025-06-09T16:29:07.633Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 79.140.150.181:45331: remote error: tls: unknown certificate
2025-06-09T16:29:07.699Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 1.53.197.224:47366: remote error: tls: unknown certificate
2025-06-09T16:29:07.809Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 117.6.57.125:57916: remote error: tls: unknown certificate
2025-06-09T16:29:07.987Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 172.58.124.87:7872: remote error: tls: unknown certificate
2025-06-09T16:29:08.109Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 77.125.90.64:64434: remote error: tls: unknown certificate
2025-06-09T16:29:08.274Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 119.230.220.145:52593: remote error: tls: unknown certificate
2025-06-09T16:29:08.292Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 86.49.239.255:14036: remote error: tls: unknown certificate
2025-06-09T16:29:08.314Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 106.219.144.39:26217: remote error: tls: unknown certificate
2025-06-09T16:29:08.391Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 31.164.136.237:51549: remote error: tls: unknown certificate
2025-06-09T16:29:08.508Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 102.215.57.19:49421: remote error: tls: unknown certificate
2025-06-09T16:29:08.529Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 88.98.109.249:6390: remote error: tls: unknown certificate
2025-06-09T16:29:08.730Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 84.32.189.119:25708: EOF
2025-06-09T16:29:08.731Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 84.32.189.119:29548: EOF
2025-06-09T16:29:08.769Z        INFO    websocket-transport     http/server.go:3487     http: TLS handshake error from 103.211.14.17:57141: remote error: tls: unknown certificate

Relevant log output


Is the node "stuck"? Has it stopped syncing?

the node is working fine, new heads are being synced

Notes

the cert loaded by the celestia node is not expired and still valid

sophoah avatar Jun 09 '25 16:06 sophoah

Additional info from report:

the bootstrapper WS TLS setup didn't change and the cert is still valid

walldiss avatar Jun 10 '25 08:06 walldiss