File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,6 @@ begin_test "clone ClientCert"
144
144
(
145
145
146
146
set -e
147
- if $TRAVIS ; then
148
- echo " Skipping SSL tests, Travis has weird behaviour in validating custom certs, test locally only"
149
- exit 0
150
- fi
151
-
152
147
reponame=" test-cloneClientCert"
153
148
setup_remote_repo " $reponame "
154
149
clone_repo_clientcert " $reponame " " $reponame "
Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ setup() {
387
387
git config --global http.sslcainfo " $LFS_CERT_FILE "
388
388
git config --global http.$LFS_CLIENT_CERT_URL /.sslKey " $LFS_CLIENT_KEY_FILE "
389
389
git config --global http.$LFS_CLIENT_CERT_URL /.sslCert " $LFS_CLIENT_CERT_FILE "
390
+ git config --global http.$LFS_CLIENT_CERT_URL /.sslVerify " false"
390
391
391
392
( grep " git-lfs clean" " $REMOTEDIR /home/.gitconfig" > /dev/null && grep " git-lfs filter-process" " $REMOTEDIR /home/.gitconfig" > /dev/null ) || {
392
393
echo " global git config should be set in $REMOTEDIR /home"
You can’t perform that action at this time.
0 commit comments