ios - Network operation could not be completed - Alamofire -


i using alamofire in swift app developing. whenever try perform network call in simulator iphone5 8.1 (or simulator 8.1) getting:

optional(error domain=nsurlerrordomain code=-1005 "the operation couldn’t completed. (nsurlerrordomain error -1005.)" userinfo=0x7f9d148ac2c0 {nserrorfailingurlstringkey=https:[url removed], nserrorfailingurlkey=https:[url removed], _kcfstreamerrordomainkey=1, _kcfstreamerrorcodekey=57, nsunderlyingerror=0x7f9d1273f0a0 "the operation couldn’t completed. (kcferrordomaincfnetwork error -1005.)"}) 

this use work fine until day ago. things have changed servers sitting on windows/iis ec2 instances behind load balancer , request no longer http https.

i had app transport configured when using http removed on https. tried putting still nothing.

i have disabled keepalive headers on iis can't seem connection go through.

i have read through comments here https://github.com/afnetworking/afnetworking/issues/2314 nothing in post works.

help please?!?!


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -