sgrebnov / cordova-plugin-azure-notificationhub

Apache License 2.0
11 stars 36 forks source link

Method registerApplicationAsync(tags) error "The certificate for this server is invalid..." #21

Open dimitrilahaye opened 8 years ago

dimitrilahaye commented 8 years ago

Hi there ! On iOS, Android and WP8, the method registerApplicationAsync(tags) end in the error callback with this message :

The certificate for this server is invalid. You might be connecting to a server that is pretending to be #######.servicebus.windows.net” which could put your confidential information at risk.

But Azure account for development is recent... And if I try with prod account, the result is the same. Do you have an idea ? Thanks a lot !!! I'm on Cordova 5, the last version.

identy commented 8 years ago

change tags content ?

dimitrilahaye commented 8 years ago

Since january, Azure change their operation so now it works : we're now using azure-mobile-services Cordova plugin ;)