microsoft / vsts-nexus

VSTS Build Extension for integration with Sonatype Nexus
MIT License
12 stars 17 forks source link

Need a way to trust the nexus server certificate. #9

Closed ypupo2002 closed 8 years ago

ypupo2002 commented 8 years ago

When the Nexus repository is hosted under https, if the certificate issued to the server is not valid, the request to upload the file will fail. In some cases, there is the need to bypass this behavior, for example, if the certificate is a self signed certificate, or the root certificate authority is an Enterprise Root CA.

ypupo2002 commented 8 years ago

This is fixed in #8, by adding a input to the task that allows to configure if the request should trust the server certificate.

davidstaheli commented 8 years ago

Thanks for the contribution, Yunior! Can you please address the comment on the pull request?

ypupo2002 commented 8 years ago

Hi David , I just updated the help of the task according to your comment.