Https Problem

Good Morning!

I have a problem when I call my address in https. Http runs perfectly, but when I run it on https returns the status code “-1”. Also, I put my address over https in web browser and it runs. From Corona is not. Someone can explain what might be going on here?

http://localhost:1642/… Access OK! (Browser / Corona SDK)

https://localhost:44301/… Access OK in Browser, only

Thanks,

Tiago

I call…

[lua]network.request(“https://localhost:44301/…”, “GET”, getResponse)[/lua]

When I touch button…

Thanks,

Tiago

I call…

[lua]network.request(“https://localhost:44301/…”, “GET”, getResponse)[/lua]

When I touch button…

Thanks,

Tiago