Hello all,
we have an application who call some url in http
all works fine but after an audit we need to pass all URL in https.
we have installed a certificate into the server.
Pass the url into https -> check the url when we call in https -> ok
On android device, i have installed the same certificate with an tool MDM -> MobiControl -> Installs ok
Now, on my device when i call an url with https i have an error ...
Error: trustfailure (a call to sspi failed, see inner exception ...
Someone can guide me ..how i can call some url in https with a certificate installed on a device ?
thanks for your time