Search Unity

Git LFS ability to accept self sign

Discussion in 'Unity Build Automation' started by pixxelbob, Sep 23, 2016.

  1. pixxelbob

    pixxelbob

    Joined:
    Aug 26, 2014
    Posts:
    111
    I'm self hosting git using a self sign cert for SSL.
    At the moment I cannot use cloud build because it performs cert verification, would it be possible to add the ability to set per repo
    Code (csharp):
    1. git config http.sslverify false
     
  2. timtunity3d

    timtunity3d

    Unity Technologies

    Joined:
    Oct 1, 2015
    Posts:
    131
  3. pixxelbob

    pixxelbob

    Joined:
    Aug 26, 2014
    Posts:
    111
    Hi @timtunity3d
    Thanks, I completely overlooked Lets Encrypt. I've now added it to my Gitlab CE install. Was a bit of a faff but I've got it working in the end.