Problem
The relay subdomain SSL handshake fails. Main domain relay.hapi.run works fine, but user subdomains cannot complete SSL handshake.
Test Results
| Domain |
SSL Status |
| relay.hapi.run |
✅ Works |
| *.relay.hapi.run (user subdomains) |
❌ SSL handshake failed |
Details
Old subdomain: 43aaf5t23io544c4.relay.hapi.run
New subdomain: 2wz5fpklf22fq4c4.relay.hapi.run
Both fail with:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to *.relay.hapi.run:443
OpenSSL test:
$ openssl s_client -connect 2wz5fpklf22fq4c4.relay.hapi.run:443 -servername 2wz5fpklf22fq4c4.relay.hapi.run
error:0A000126:SSL routines::unexpected eof while reading
no peer certificate available
Environment
- hapi version: 0.16.4
- OS: macOS 15.3 (arm64)
- Node: v22.22.0
Steps to Reproduce
hapi hub --relay
- Wait for relay URL to appear
- Try to access the relay URL - SSL handshake fails
The tunwg process keeps showing:
[Tunnel] Waiting for trusted TLS certificate...
Please help investigate. Thanks!
Problem
The relay subdomain SSL handshake fails. Main domain
relay.hapi.runworks fine, but user subdomains cannot complete SSL handshake.Test Results
Details
Old subdomain:
43aaf5t23io544c4.relay.hapi.runNew subdomain:
2wz5fpklf22fq4c4.relay.hapi.runBoth fail with:
OpenSSL test:
Environment
Steps to Reproduce
hapi hub --relayThe tunwg process keeps showing:
Please help investigate. Thanks!