Eric Wang
Eric Wang

Reputation: 55

Service fabric deploy failure in secure cluster

I got following error when I try to use VSTS to deploy application to Azure secure cluster

An error occurred attempting to import the certificate. Ensure that your service endpoint is configured properly with a correct certificate value and, if the certificate is password-protected, a valid password. Error message: Exception calling "Import" with "3" argument(s): "Cannot find the requested object.

I copied certificate base64 string and password to Services Endpoint config. Should I do other option to let it work?

Upvotes: 3

Views: 1235

Answers (1)

Eric Wang
Eric Wang

Reputation: 55

Found the problem, the url in service endpoint should use https

Upvotes: 1

Related Questions