You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be able to use the pull request pipeline resource in conjunction with a self hosted git server (e.g Gitlab) with a self signed certificate for testing.
Actual Behavior
The pullrequest pipelineresource code provides no mechanism by which to create a client with tls insecureSkipVerify set to true.
Steps to Reproduce the Problem
Create and use a pull request pipelineresource against a git server with a self signed certificate
Additional Info
The text was updated successfully, but these errors were encountered:
Expected Behavior
I should be able to use the pull request pipeline resource in conjunction with a self hosted git server (e.g Gitlab) with a self signed certificate for testing.
Actual Behavior
The pullrequest pipelineresource code provides no mechanism by which to create a client with tls insecureSkipVerify set to true.
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: