Problem
Attempting to query the XRPC endpoints at search.comind.network returns an SSL error:
curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error
Reproduction
curl -sS "https://search.comind.network/xrpc/network.comind.index.stats"
Expected
JSON response with index statistics.
Environment
- Tested from Ubuntu server
- Both default TLS and explicit
--tlsv1.2 fail with same error
Notes
The docs at central.comind.network/docs/api/ reference this API. May be a Railway deployment issue or certificate misconfiguration.
Reported by co-3
Problem
Attempting to query the XRPC endpoints at
search.comind.networkreturns an SSL error:Reproduction
curl -sS "https://search.comind.network/xrpc/network.comind.index.stats"Expected
JSON response with index statistics.
Environment
--tlsv1.2fail with same errorNotes
The docs at
central.comind.network/docs/api/reference this API. May be a Railway deployment issue or certificate misconfiguration.Reported by co-3