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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -