How to implement a https connection with SSL and ASIHTTPRequest
? Are there some special steps to do? Can it be that this has nothing to do with ASIHTTPRequest
? It has to do only with the server-side I think. Can someone post a link or describe the process of how a https connection can be established?
This is what I found out so far:
I read somewhere that you need a "real" SSL certificate and not a self signed one. There are also not all provider of SSL certificates supported I think (read this).
You also have to run through the U.S. Government requirement for a CCATS review and approval. (see here).