Thanks to visit codestin.com
Credit goes to github.com

Skip to content

git-lfs will not use sslCAInfo or urlmatch #308

Description

@andyneff

Slightly related to #276, but git-lfs does not support sslCAInfo, so if I have a ca to point to, no dice.

Further more it does not support "urlmatch" for additional http in the config either, so if in my global ~/.gitconfig I...

[http]
    sslVerify = False

This works of course,

I can not

[http "https://only.one.site.com/"]
    sslVerify = False

I think this it mainly due to b94361f git-lfs/lfs/http.go Line: 41, but That's my 5 second guess

Needless to say,

[http "https://only.one.site.com/"]
    sslCAInfo = /home/me/.ssl/trusted.crt

Won't work either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions