What is the best starting point to learn connecting to ssl web services by iphone?
Until now i did some basic connections over http via SOAP etc. but i have no experience on https. Any good sources, tutorials, starting references, “use nsurl…class”s are appreciated
NSURLConnection works by default with SSL and can access https sites. Issues may appear regarding letting user trust SSL certificates, here‘s a discussion on this that I’ve found to be interesting.