I have a staging site that I’m trying to add. I haven’t had this issue with the other 12 sites I manage. All plugins, theme and core updates have been made to MainWP and this staging site.
Staging site has a basic auth on it to access. This username/password has been entered into the optional settings, the plugin is active, I’m using the unique security ID and MainWP is still unable to get around the basic authorization.
Test connection gives a 401 error, but all my staging sites do because of the basic auth.
Well, it appears that the issue was related to basic auth.
Can you now try adding the auth username/password for that child site and see if the sync works? You can do that under Sites > Manage Sites > Individual Child site overview > Edit, and then look for Advanced Settings section.
You said that other sites are set the same way. I assume that other sites are working correctly. Just this one has the problem connecting with the HTTP Basic Auth set.
If I am right, this is very strange.
The only thing that comes to my mind is that maybe some special character is used in the HTTP Password that could get converted into HTTP request.
Can you try to reset HTTP Username and HTTP Password on the site and see if that helps?
Please correct me if I misunderstood something here.