I have a page which takes users from an insecure page to a secure page via a redirect, but it is not working on iOS6 Safari. The secure page has an invalid certificate as this is a testing environment, but on iOS5 and Android 4 I am given the option to accept the invalid certificate. However, on iOS6 the page just seems unresponsive.
The flow would look something like
Go to http://www.mydomain.com/mypage click link which returns a 302 to https://www.mydomain.com/mypage
Desired result: Get option to accept the invalid certificate
Any ideas on how to get this to work?