OK thanks Rob.
I put in an exception for that AWS url…
NSAppTransportSecurity = { NSExceptionDomains = { ["sdb.eu-west-1.amazonaws.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, }, }
but it’s still throwing an error…
ERROR: network request failed: https://sdb.eu-west-1.amazonaws.com/ [-1200: An SSL error has occurred and a secure connection to the server cannot be made.]