Closed alexmt closed 5 years ago
As demonstrated here custom http client allows disabling cert validation. However, this way only allow to disable cert validation globally. Is there any way to disable cert validation for one repo?
Based on this example, you can implement your own client, that avoid the cert verification for only one repository based on the request.
As demonstrated here custom http client allows disabling cert validation. However, this way only allow to disable cert validation globally. Is there any way to disable cert validation for one repo?