i want to send request on Https so do i need to install the SSL certificate as the steps are given for apple push notification
please help me i am new and i have never worked on OpenSSL
i want to send request on Https so do i need to install the SSL certificate as the steps are given for apple push notification
please help me i am new and i have never worked on OpenSSL
You don't need to install SSL certificate on the client.
To work with HTTPS, you only need the server certificate, generate the session-key and then use that key to do further encrypted communication.