1

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".

Mayur Birari
  • 5,837
  • 8
  • 34
  • 61

1 Answers1

2

This error occur because the desired server has invalid certificate! the https server must have valid secure certificate.

Mayur Birari
  • 5,837
  • 8
  • 34
  • 61