I just started getting this error when trying to push my changes. I don't know what changed on my system and there should not be any self-signed certs in this connection.
Git has been uninstalled and re-installed. Git appears to be using the proper bundle:
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
Disabling cert checking is not an option.
How can I troubleshoot this issue?
The goal is to push my code to GitHub, but how did a self-signed cert get into this connection and how do I get it out?