How do I do SSL on localhost?

How do I do it on live server?

link|improve this question
feedback

1 Answer

Assuming you are referring to SSL with HTTP, for testing purposes you need to create a self-signed SSL certificate.

However, you probably don't want your users to get a warning for self-signed cert, so for production environment you might want to get a real, official CA signed certificate.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.