Try what nc50lc said to change in your conf and when the reindex is finished rename the peers.dat to peers.old
I have seen my nodes try to connect to machines that I no longer have on the network because it saw one of them 6 months ago and for some reason it still thinks it's there.
As far as I know (And I admit I know little about it) that is the only place outside of DNS seed nodes it looks for other nodes.
I opened an issue on git years ago about it but they closed it so I let the issue drop.
-Dave
Do you mean Bitcoin Core trying connect to other node with .onion domain (from peers.dat) even though Bitcoin Core isn't configured to use Tor?
Yep. From what happened to me.
Network 1= 192.168.1.x
Network 2 = Cable Public IP
Network 3 = 192.168.2.x
Network 4 = FiOS Public IP
All in the same physical location with some routing between the 2 privates through a sonic wall.
FiOS and the 192.168.2.x stack went away.
The front end sonic wall was replaced
And in my logs I still saw the nodes on cable / 192.168.1.x trying to reach the 192.168.2.x and the FiOS public.
Everyone said I had something in my .conf file or someplace else. I had at that point NO conf file. When I got rid of the peers.dat it all went away.
Everyone said I was wrong, I threw my hands up and walked away. So, I was just wondering if yeah, if it thought that site.onion was still good for some reason it was trying to reach it. Other then that I have no idea on the errors.
-Dave