Hi, I am new to binder and conteinarization in general.
I set up a binder hub in my internal network and am trying to use my internal git installation with it. When I try to launch a binder I get the following error.
Unable to run git ls-remote to get the `resolved_ref`: fatal:
unable to accesss 'https://gitlab.company.com/path/to/repo':
server certificate verification failed.
CAfile: none CRLfile: none
I added the certificate to the trusted cert store of my binderhub machine. I am guessing the cert needs to be in the container? Any help or pointing me to the right direction is appreciated.
thanks