You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mar 23 06:49:59 docker-compose[209744]: keys_api_1 | [Nest] 28 - 03/23/2023, 5:49:59 AM ERROR [ExceptionHandler] All fallback endpoints are unreachable or all fallback networks differ between each other
Mar 23 06:49:59 docker-compose[209744]: keys_api_1 | Error: All fallback endpoints are unreachable or all fallback networks differ between each other
Mar 23 06:49:59 docker-compose[209744]: keys_api_1 | at SimpleFallbackJsonRpcBatchProvider.detectNetwork (/app/node_modules/@lido-nestjs/execution/dist/provider/simple-fallback-json-rpc-batch-provider.js:188:19)
Mar 23 06:49:59 docker-compose[209744]: keys_api_1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Mar 23 06:50:03 docker-compose[209744]: keys_api_1 | error Command failed with exit code 1.
Mar 23 06:50:03 docker-compose[209744]: keys_api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Mar 23 06:50:04 docker-compose[209744]: lido-kapi-prater_keys_api_1 exited with code `1`
I understand this error means my PROVIDERS_URLS are unreachable. I know that if I swap out my provider to Infura then this message goes away. However, I would to understand why my URL does not work. My setup is as follows:
There is only one entry in PROVIDERS_URLS
It is a Geth Goerli node and reports 0x5 as the chain ID.
My KAPI CHAIN_ID is 5.
The Geth node is behind a reverse-proxy using a self-signed SSL certificate.
I have concatenated the certificate to /etc/ssl/certs/ca-certificates.crt inside the KAPI docker image (Alpine Linux).
I am able to curl the endpoint from inside the KAPI Docker image (without -k or --insecure).
I suspect the self-signed certificate is the issue here, however it's challenging to tell because KAPI does not tell me why the endpoint failed.
So, I have two questions please:
Are you aware of any issues with self-signed certificates?
Is it possible to expose logs about why the connection failed, please?
Thanks 🙏
The text was updated successfully, but these errors were encountered:
Heyo 👋
I'm getting the following error:
I understand this error means my
PROVIDERS_URLS
are unreachable. I know that if I swap out my provider to Infura then this message goes away. However, I would to understand why my URL does not work. My setup is as follows:PROVIDERS_URLS
0x5
as the chain ID.CHAIN_ID
is 5./etc/ssl/certs/ca-certificates.crt
inside the KAPI docker image (Alpine Linux).curl
the endpoint from inside the KAPI Docker image (without-k
or--insecure
).I suspect the self-signed certificate is the issue here, however it's challenging to tell because KAPI does not tell me why the endpoint failed.
So, I have two questions please:
Thanks 🙏
The text was updated successfully, but these errors were encountered: