HElp for Https?
i want to send request on Https so do i need to install the SSL certificate as the steps are given 开发者_如何学Pythonfor 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.
精彩评论