techfreakado / TFADOScheduledWorkItemQuery

Send scheduled E-Mails for saved Work Item Queries right from Azure DevOps (Service/Server)
MIT License
2 stars 4 forks source link

[error]unable to get local issuer certificate #6

Open deshmukhuttara opened 2 years ago

deshmukhuttara commented 2 years ago

hi Team,

Getting below error while trying to run the build task:

[debug]loaded 18

[debug]Agent.ProxyUrl=undefined

[debug]Agent.CAInfo=undefined

[debug]Agent.ClientCert=undefined

[debug]Agent.SkipCertValidation=undefined

[debug]queryType=Shared

[debug]SystemVssConnection=https://*****/tfs/DefaultCollection/

[debug]project=82dd7cfd-01ea-46c0-81d1-b2c938508663

[debug]queryType=Shared

[debug]query=4904e58e-b07a-4f88-af47-99a3b0f37d5c

[debug]emailAddresses=*****@abc.com

[debug]Splitted Addresses: *****@abc.com

[debug]Validating E-Mail address: "*****@abc.com"

[debug]queryType=Shared

[debug]SystemVssConnection auth param AccessToken = ***

[debug]queryType=Shared

[debug]SystemVssConnection=https://*****/tfs/DefaultCollection/

[debug]queryType=Shared

[debug]query=4904e58e-b07a-4f88-af47-99a3b0f37d5c

[debug]task result: Failed

[error]unable to get local issuer certificate

[debug]Processed: ##vso[task.issue type=error;]unable to get local issuer certificate

[debug]Processed: ##vso[task.complete result=Failed;]unable to get local issuer certificate

buraq commented 1 year ago

got the same problem .. did you manage to solve it?

buraq commented 1 year ago

we solved this by adding "Agent.SkipCertValidation" and setting it to "true" in pipeline variables. Also added "GIT_SSL_NO_VERIFY" to "1"