i'm developing an app for iOS using Livecode 7.1.3 with xcode 7.2.1 on MacOS 10.11.
In Standalone settings the "disable ATS" box is UNCHECKED and
search for required inclusions is checked
It seems that there is a problem with certificates issued from startssl.
I created a simple button with this little testcode which i've tested in different iOS simulator versions
Code: Select all
on mouseUp
# libURLSetSSLVerification true
libURLSetSSLVerification false
# remove square brackets in the url. I don't have the permission to post urls
put URL("https://www[.]startssl[.]com/") into socode
answer socode
end mouseUp
the answer gives me no sourcecode, regardless of libURLSetSSLVerification.
The Systems Logs of the Simulator gives me the Error
When i try other ssl urls like google e.g. i get the source code.NSURLSession/NSURLConnection HTTP load failed
When i check the "disable ATS" box i get an answer from startssl.
When i open the startssl in the Safari browser within the simulator the site works well
I don't know if this is a livecode problem or a xcode problem.
Best Regards
Oksi