I'm trying to debug a strange issue with git clone, https protocol, of one specific repo using Ubuntu with a corporate proxy. The same thing works in CentOS, Fedora distros but not on Ubuntu or Debian in our environment.
Apparently in Ubuntu packages git is using gnutls, but on other platform openssl. However building from sources, even on Ubuntu, uses openssl according to this.
Is there a way for me to check from a given git installation which one the binary is using? Some output that would tell me?
These questions are related, but both talk about changing it either runtime or build time - at this point I would just need the info about which one it is.