SSL certificate problem

Problem Solution
git clone https://ConnectorHost/gD1/repo8

results in

Cloning into 'gD1/repo8'... fatal: unable to access
https://ConnectorHost/gD1/repo8/': SSL certificate problem:
Invalid certificate chain

One of the following:

Turn off SSL validation:

git config --global http.sslVerify false
Consult the Apache documentation on installing and configuring a custom certificate, such as How do I create a self-signed SSL Certificate for testing purposes?