I am trying to access the data from my server using. I have tried to edit the info.plist in all possible way but I cannot have a response from the link "https://plus.livectlab.com/users_videos.json".
If I use Http and
NSAllowsArbitraryLoads I can get a response. My certificate is using SHA-2 and the error I get is:2015-10-29 11:53:52.732 Test[1690:47109] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
FAILURE
When I do the ssl check on DIGICert everything seems correctly installed.
If I use NSAllowsArbitraryLoads and HTTPS link I get the error
2015-10-29 12:00:23.891 Test[1729:50445] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)
Any Idea why I cannot get any responce using HTTPS link of my UBUNTU server?