Hostname "xxx.xxx.xxx.xxx" was not verified

i get Hostname “xxx.xxx.xxx.xxx” was not verified when i switched the android client to connect to api using https.

How to fix that.
regards.

Hi Williem,

Do you use Backendless Android SDK or you make HTTP calls manually?

i use Backendless Android SDK

How do you set it to use https?

i use it with a standalone instance of backendless.

Strings apiUrl = "[url=http://xxx.xxx.xxx.xxx:port/api]http://xxx.xxx.xxx.xxx:port/api"[/url]
[url=http://xxx.xxx.xxx.xxx:port/api]com.backendless.Backendless[/url].setUrl( apiUrl );

i use it with a standalone instance of backendless.

Strings apiUrl = "[url=http://xxx.xxx.xxx.xxx:port/api%22;com.backendless.Backendless]http://xxx.xxx.xxx.xxx:port/api";[/url]
[url=http://xxx.xxx.xxx.xxx:port/api%22;com.backendless.Backendless]com.backendless.Backendless[/url].setUrl( apiUrl );

With Standalone it requires you to set up https on your server. Unfortunately, this is out of scope of Backendless support, and also we usually don’t provide free support to Standalone users due to our Support Policy.

https is already setup an i am accessing the console using https and the javascript skd also connect fine using https but only android has this problem.