I am using Microsoft Azure Face to get the data from an image in an Android Application running in an android box (minix), when I reach the point in the code where I send the image to receive this data I get the following error:
Detection failed: hostname in certificate didn't match: != <.cognitiveservices.azure.com> OR <.cognitiveservices.azure.com>
I don't know what this error means because I am not using the certificates. The base code I am using is the one from the original repository:
https://github.com/Azure-Samples/cognitive-services-face-android-detect
Note: If i run this code in an Android mobile it works correctly but the objective is to make it work in the android box (minix).
Note2: I have a valid suscription key.
Any help will be appreciated, thanks.