OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 42 forks source link

Allow ignoring of SSL errors when connecting to TFS/ADO #162

Closed slewis74 closed 2 years ago

slewis74 commented 5 years ago

The Package Metadata step allows ignoring SSL certificate errors when pushing data to Octopus (via the Service Connection properties). However, it also needs to pull the commit/work item data back from TFS/ADO and the Node connection for that doesn't currently allow configuration for ignoring SSL errors.

We should add an option (under Advance Options) to specify to ignore SSL errors on the connection to TFS/ADO.

johnsimons commented 2 years ago

Implemented in https://github.com/OctopusDeploy/OctoTFS/pull/117