mobile safari - iOS6 redirect to secure pages with invalid SSL certificate not working -
i have page takes users insecure page secure page via redirect, not working on ios6 safari. secure page has invalid certificate testing environment, on ios5 , android 4 given option accept invalid certificate. however, on ios6 page seems unresponsive.
the flow like
go http://www.mydomain.com/mypage click link returns 302 https://www.mydomain.com/mypage
desired result: option accept invalid certificate
any ideas on how work?
you can visit https version of page first , accept certificate.
alternative can create root certificate, install on phone via profile, , use root ca create ssl certificate testing domain.
Comments
Post a Comment