443 Connectivity - aetas-github-training/Support GitHub Wiki

When attempting to connect to a repo via 443 you could experience a local issuer certificate error (see image below)

This is the result of having an improper ssl cert, you will need to add a new cert ca-bundle which can be located at .....

The most up to date cert can be located within this repository (https://git.uscis.dhs.gov/USCIS/ghe-support/blob/master/ca-bundle.crt.bak) You can copy the text from the ca-bundle.crt.bak into a text editor (i.e. Notepad) Once you have copied the text into your text editor locate your current ssl folder which can be found via this path

=C:/Users/"YourUserName"/AppData/Local/Programs/Git/mingw64/ssl/certs/ca-bundle.crt

Once you have located the ssl folder rename the old ca-bundle (ca-bundle.crt) to (ca-bundle.crt.bak) save the new ca-bundle as (ca-bundle.crt)