ios - Adding a cert to HTTPS request -


our iphone app communicates json server using afnetworking , previously, ignored invalid certification error setting

#define afnetworking_allow_invalid_ssl_certificates_ = 1;  

however after while, server became ready , have cert connection.

how can add cert request? want remove _afnetworking_allow_invalid_ssl_certificates_ soon possible.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -