Can not clone git repo to server
- by Classified
I'm running the same command on 2 different servers. One works, the other doesn't.
I'm running
git clone https://blah.com:8443/blah.git
On server A, it works fine. I get the objects, files, etc. no problems.
On server B, I get the following message.
git clone https://blah.com:8443/blah.git
Cloning into 'blah'...
error: Peer certificate cannot be authenticated with known CA certificates while accessing https://blah.com:8443/blah.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
Does anyone know what this means or what I need to do to get this to work? Thanks in advance for any help you can give me.