well i want to learn how to make my site use HTTPS protocol i have read and article about it but wasn't much of help....
what do i need to do more\apart from development to launching (going live) of a normal site...
|
well i want to learn how to make my site use HTTPS protocol i have read and article about it but wasn't much of help.... what do i need to do more\apart from development to launching (going live) of a normal site... |
|||||||||||
|
|
As user heb asnwered, you'll configure your HTTP-server to listen on Making your http-server to listen on TCP port 443 isn't very difficult. But steps vary across different software, so we won't be able to provide you an accurate answer without knowing your server. An SSL certificate is used to identify your website and notifies the users whether they're visiting a legitimate site or not. http://tldp.org/HOWTO/SSL-Certificates-HOWTO/x64.html http://info.ssl.com/article.aspx?id=10694 |
|||
|
|
|
You will have to configure your http-server software (like Apache with mod_ssl or Cherokee) to 1. listen to port 443 (standard HTTPS port) and 2. to provide a valid SSL certificate. All the SSL stuff is done by these http-servers and is completely independent from applications served by these servers. See http://www.cherokee-project.com/faq.html for more information about SSL and cherokee or apache.org for apache. |
|||
|
|
|
If you are using a hosting provider such as GoDaddy or 1&1, they can usually help you with this. You will need to purchase an SSL certificate. |
|||
|
|