I'm getting an infamous error [SSLpage] was loaded over HTTPS, but ran insecure content from [NonSSLpage]
I am using an <iframe>
that holds src with url that begins with itms-service://
which is Apple's OTA protocol.
I have a need of having an SSL website because according to their new, idiotic, rules in iOS 7.1 I must run SSL page in order to download provisioning profile but in the same time I can't load itms-service://
because it's considered insecure. And it's just just a warning, it's just forbidden!
The only solution so far I found is replacing <iframe>
with simple anchor <a>
but it's a temporary solution and I wish I could make it work like it always did.