Page 1 of 1

iOS 9.0: An SSL error has occurred

Posted: Mon Nov 23, 2015 4:56 am
by junryl
I encounter this error on iOs 9.0 when I tried to access the api: An SSL error has occurred and a secure connection to the server cannot be made.

I am using Livecode Indy 7.1.1 RC1 and Xcode 7.0

I believe the SSL certificate of the server supports iOS 9.0 (still need to be confirmed though). But I just wanted to confirm if Livecode already included this changes in apple about Transport Security http://stackoverflow.com/questions/3275 ... to-the-ser

Thanks.

Re: iOS 9.0: An SSL error has occurred

Posted: Mon Nov 23, 2015 10:38 am
by dave.kilroy
junryl - it looks like to connect to non-SSL URLs in iOS9 that you'll need to migrate to LC 7.1.1(rc3) and then disable the ATS checkbox - see page 8 of the release notes for 7.1.1(rc3)

Dave