Skip to content

Commit

Permalink
[Code] Ignore certificate check for clone (#32271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-ding authored Mar 1, 2019
1 parent f0c9973 commit 16b34ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/code/server/repository_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ export class RepositoryService {
}
},
} as any,
certificateCheck: () => {
// Ignore cert check failures.
return 1;
},
},
},
});
Expand Down

0 comments on commit 16b34ce

Please sign in to comment.