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
I am trying to run ethereal inside docker container
docker run --network=host wealdtech/ethereal:2.9.2 network gps
And getting something like
Failed to connect to Ethereum node: unable to contact client: Post "https://mainnet.infura.io/v3/831a5442dc2e4536a9f8dee4ea1707a6": tls: failed to verify certificate: x509: certificate signed by unknown authority
After each command.
Tried to specify JRPC url with --connection http://rpc.pectra-devnet-6.ethpandaops.io/ , but getting the same
Failed to connect to Ethereum node: unable to contact client: Post "https://rpc.pectra-devnet-6.ethpandaops.io/": tls: failed to verify certificate: x509: certificate signed by unknown authority
Also tried with wealdtech/ethereal:2.9.1, wealdtech/ethereal:latest
The text was updated successfully, but these errors were encountered:
dmitriy-b
changed the title
Is wealdtech/ethereal docker image works?
Is wealdtech/ethereal docker image working?
Feb 7, 2025
I am trying to run
ethereal
inside docker containerAnd getting something like
After each command.
Tried to specify JRPC url with
--connection http://rpc.pectra-devnet-6.ethpandaops.io/
, but getting the sameAlso tried with
wealdtech/ethereal:2.9.1
,wealdtech/ethereal:latest
The text was updated successfully, but these errors were encountered: