I wanted to know where exactly in xcode do I place a x.509 certificate that I have. Taking the example from here:
http://code.google.com/p/cocoaasyncsocket/downloads/detail?name=CertTest.zip&can=1&q=
I wanted to be able to communicate with a secure server I have running. I just cant seem to add the certificate in and everytime I do, my mac opens up a keychain window asking m if the certificate belongs to any of my system (other than my project) settings. So I wanted to know where do I place it in my project and how I would use it(I guess the project at the link would help with that)
If you are using NSURLConnection for connecting to your server then you should implement next methods in your delegate:
I advice you to look through this sample by Apple: Advanced Url Connections