git/info/lfs/objects/batch: x509: certificate signed by unknown authority

Summary

Trying to use git LFS with GitLab CE 11.7.5

Steps to reproduce

Configured GitLab to use LFS in gitlab.rb

 gitlab_rails['lfs_enabled'] = true

 gitlab_rails['lfs_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/lfs-objects"

Downloaded git lfs client from https://git-lfs.github.com/ [git lfs version - v2.8.0 windows]

followed instructions from gitlab to use in repository as mentioned in https://mygit.company.com/help/workflow/lfs/manage_large_binaries_with_git_lfs#using-git-lfs

What is the current bug behavior?

$ git push origin master --verbose
Pushing to https://mygit.company.com/ms_teams/valid.git
Remote "origin" does not support the LFS locking API. Consider disabling it with:
  $ git config lfs.https://mygit.company.com/ms_teams/valid.git/info/lfs.locksverify false
Uploading LFS objects:   0% (0/2), 0 B | 0 B/s, done
batch response: Post https://mygit.company.com/ms_teams/valid.git/info/lfs/objects/batch: x509: certificate signed by unknown authority
error: failed to push some refs to 'https://mygit.company.com/ms_teams/valid.git'
Edited by Jason Plum