app-transport-security Questions

30

Solved

What setting do I need to put in my info.plist to enable HTTP mode as per the following error message? Transport security has blocked a cleartext HTTP (http://) resource load since it is insecu...
Chook asked 6/7, 2015 at 20:10

2

Solved

In iOS 9, I can add keys to my info.plist to disable App Transport Security. There are two keys, NSExceptionAllowsInsecureHTTPLoads and NSThirdPartyExceptionAllowsInsecureHTTPLoads, which are defin...
Chefoo asked 3/5, 2016 at 15:39

3

I have a WKWebView to load a website that has a custom url scheme (mycustomurl://) implemented with WKURLScheme, which the website will call using GET. Everything works as expected when the website...
Reisch asked 13/4, 2018 at 22:49

14

Solved

Since I upgraded my existing project with iOS 9, I keep getting the error : An SSL error has occurred and a secure connection to the server cannot be made.
Oligopsony asked 24/9, 2015 at 7:26

5

I making a new app and want to submit to app store. But at the time of final submission there is check for Export Compliance. What should I Check Yes Or No. I use https url in my app. Please...
Cleavage asked 24/8, 2017 at 7:37

3

I'm using the new FireBase SDK introduced at I/O 2016 and I'm getting this error after integrating with my app. This happens at app launch. 2016-08-06 06:28:06.237 MyApp[49084:2511094] CFNetwork S...

5

My iOS app has had intermittent SSL errors when making HTTPS requests to the backend for several months. The error description: An SSL error has occurred and a secure connection to the server can...

2

I have a WKWebView which will display users' webpages using links gathered online. Sometimes these links are http: which are blocked by ATS. I've tried simply changing the links to https:, which wo...
Glialentn asked 9/1, 2017 at 21:21

1

I have an app which loads a bundled m4a audio file as a local resource and it has worked well for many years now. I'm updating the app to iOS 11.3/XCode 9.3 and it is now failing on iPad (works on ...

2

Solved

I am using AFNetworking with iOS 11. I am getting error like: Task <2EC9C49F-1889-4BFF-83B4-2047ED6E5F2A>.<1> HTTP load failed (error code: -999 [1:89]) Error(countries.php): Error Domain...
Tannenwald asked 27/9, 2017 at 18:16

2

Solved

I cannot disable App Transport Security (ATS) in Xcode 9.2. I have been (for years) disabling ATS when running builds against my local server environment like so: Transport security has blocked a ...
Transponder asked 6/12, 2017 at 19:1

2

Solved

We recently decided to update a couple of our apps this summer to switch them from http to https in order to follow the new Apple guidelines which go into affect January 2017. The only thing trans...
Menstruation asked 18/8, 2016 at 14:15

2

Solved

I want to load an Image in the iOS simulator over a http uri as source. But nothing is shown on the screen expect the wireframe which can be made visible with the inspector. If you load the same co...

5

Solved

We have an iOS app that connects to our server through HTTPS. When the app is built with the new iOS 9 SDK and ran under iOS 9, the following error occurs: NSURLSession/NSURLConnection HTTP load f...
Outmaneuver asked 11/6, 2015 at 10:43

2

My question is related to Apple Transport Security (ATS) and I am too much confused. I want to support all the protocols (all version of TLS and SSL) in my swift app. If I change NSAllowsArbitrary...
Mordant asked 19/5, 2016 at 10:48

9

Solved

I've updated to Xcode 7 and the latest iOS SDK. I've added the appropriate entries in my app's plist: My app's Facebook login works fine on device. However, on iOS 9 simulator, I'm getting: -ca...

1

Solved

I developed a iOS app that connects to a internal web server. When I used the simulator, it works fine, but when I build the same app on a iPhone, it gives me a error message “an ssl error has occu...
Scoville asked 7/4, 2017 at 19:59

2

Solved

I'm upgrading an iOS app to iOS 9, and I have some URLs that are not secure, and I need a few exceptions to App Transport Security. I've added the two that I know about, but there are some warnings...
Cass asked 2/7, 2015 at 19:57

4

Solved

So Apple requires TLS 1.2 with Forward Secrecy for URLs beginning iOS 9. Independent of the app, what's the best way to verify that a server meets all the requirements? nscurl just outright doesn...
Ruralize asked 23/12, 2015 at 22:7

2

Solved

I've spent a while trying to get this working. I have an API that I'm connecting to that i'm trying to switch to SSL with self signed certificates. I have control on the server and app. I generate...
Forceful asked 17/12, 2015 at 6:18

3

Solved

I have an app where I hit a HTTP Request <NSURLConnection: 0x12d755110> { request: <NSMutableURLRequest: 0x12d754e10> { URL: http://XX.XX.XX.XXX/webService/dataService.svc/SearchLocati...
Amphimacer asked 22/9, 2015 at 16:58

13

Solved

I have the following simple code to connect to a SSL webpage NSMutableURLRequest *urlRequest=[NSMutableURLRequest requestWithURL:url]; [ NSURLConnection sendSynchronousRequest: urlRequest returnin...

4

Solved

In iOS 9, Apple is blocking insecure HTTP connections for apps, unless specific hosts are whitelisted. http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ Are WebView(s) ...
Vasileior asked 26/6, 2015 at 4:54

1

Solved

I have an app that works fine in ios 9 and 10.0 (I have add the App Transport Security blocking with “Allow Arbitrary Loads = YES” to my info.plist. But after upgrade to 10.1 and Xcode 8.1 there se...
Privation asked 9/11, 2016 at 14:12

1

New to iOS with networking programming. Please any one help to understand that? <key>NSExceptionDomains</key> <dict> <key><!-- your_remote_server.com / localhost -...
Pacorro asked 8/11, 2016 at 3:12

© 2022 - 2024 — McMap. All rights reserved.