views:

83

answers:

1

I would like to know if Iphone OS supports SSLv3 network communications ? Are there any tutorial or how to on the web ? I didn't find anything about this! Which framework/library should I use ?

Thanks

A: 

If you're asking about SSL in general (and not a specific version of SSL), then yes. The NSURLConnection supports https URLs. Just follow the standard docs on opening a connect with NSURLConnection but specify the URL with the scheme https://.

robhudson