Reputation: 5835
I am trying to call https request in phonegap-iphone app using jquery's methodgetJSON()
.
It works fine in normal safari, but in mobile safari, It gives error like "Download Failed-Safari cannot download this file"
.
Upvotes: 1
Views: 2326
Reputation: 5835
This error occur because the desired server has invalid certificate! the https server must have valid secure certificate.
Upvotes: 2