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
My Cardano-rosetta node failed to sync the relay relays-new.cardano-testnet.iohkdev.io with a "Connection timed out" error.
I'm using the docker image inputoutput/cardano-rosetta:1.2.1-testnet with kubernetes.
I think the issue is due to my company's proxy blocking the traffic.
I tried to start manually cardano-node with proxy parameters but it didn't solved : http_proxy="http://10.110.255.174:8080" HTTP_PROXY="http://10.110.255.174:8080" https_proxy="http://10.110.255.174:8080" HTTPS_PROXY="http://10.110.255.174:8080" /usr/local/bin/cardano-node run --config /config/cardano-node/config.json --database-path /data/node-db --socket-path /ipc/node.socket --topology /config/cardano-node/topology.json
How the proxy parameters should be provided to cardano-rosetta to make it work behind a proxy ?
My Cardano-rosetta node failed to sync the relay relays-new.cardano-testnet.iohkdev.io with a "Connection timed out" error.
I'm using the docker image inputoutput/cardano-rosetta:1.2.1-testnet with kubernetes.
I think the issue is due to my company's proxy blocking the traffic.
I tried to start manually cardano-node with proxy parameters but it didn't solved :
http_proxy="http://10.110.255.174:8080" HTTP_PROXY="http://10.110.255.174:8080" https_proxy="http://10.110.255.174:8080" HTTPS_PROXY="http://10.110.255.174:8080" /usr/local/bin/cardano-node run --config /config/cardano-node/config.json --database-path /data/node-db --socket-path /ipc/node.socket --topology /config/cardano-node/topology.json
How the proxy parameters should be provided to cardano-rosetta to make it work behind a proxy ?
The issue #340 has similar errors.
Logs of my container :
The text was updated successfully, but these errors were encountered: