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
I am trying to run
etherealinside 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