I am trying to join a testnet with the state sync option and step by-step guide following the information here.
But when I run gaiad start
, I get strange errors below
<code>9:32PM INF error from light block request from primary, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" height=14480000 module=light primary={}
9:32PM ERR error on light block request from witness, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" module=light primary={}
9:32PM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light witnessesToRemove=[0]
</code>
<code>9:32PM INF error from light block request from primary, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" height=14480000 module=light primary={}
9:32PM ERR error on light block request from witness, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" module=light primary={}
9:32PM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light witnessesToRemove=[0]
</code>
9:32PM INF error from light block request from primary, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" height=14480000 module=light primary={}
9:32PM ERR error on light block request from witness, removing... error="post failed: Post "https://****:26657": http: server gave HTTP response to HTTPS client" module=light primary={}
9:32PM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light witnessesToRemove=[0]
I also tried other public RPC endpoints but errors persists.
What could be the issue?