views:

312

answers:

1

I find all these work-arounds for NSUrlConnection's which use a closed API to access a non-trusted SSL certificate. The other options is to install the certificate first by using the Safari/Mail app..

I'd like to know what root certificates are installed, so I can get one from the trusted CA, the way you're supposed to do it..

Anyone have an idea what CA I need?

+1  A: 

Here is a list of the available CA pre installed on the iphone

http://support.apple.com/kb/HT2185

You can get your certificates signed by any of these authorities or you can sign your own certificates and create your own CA using OpenSSL

emmanuel.aquino