Mobile app version of vmapp.org
Login or Join
Phylliss660

: Implement SSL in website Our company have purchased SSL certificate and installed in linux on Host Server. Can you plz tell me how to make use of this in our website. How to configure it in

@Phylliss660

Posted in: #Https #Linux #Php

Our company have purchased SSL certificate and installed in linux on Host Server.
Can you plz tell me how to make use of this in our website. How to configure it in Website.Is there any need to write code in our Website pages?
Any suggestion ? Help me out...

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

2 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

No need to write any extra code in website / webpages . and you need to install Intermediate CA Certificate along with SSL e ( in case of Thawte - it is available on the THAWTE website ) you need to bind this encrypted data with the ssl certificate .

to know more about CA Certificate you can check this links THAWTE CA Certificates
Information about CA certificatesr . if you are using c panel it is very easy . there is no need to write any code in the website but you must install this certificate on the serve
. i am not sure about your SSL provider but still it could help you .

10% popularity Vote Up Vote Down


 

@Murray432

Not sure this is the answer you expect, but actually it's just a matter of calling a page with HTTPS www.example.com instead of HTTP. The easiest way to organize links between your pages is, to use only relative links on your pages (not including the protocoll ), so if you follow a link or post a form, the request will inherit the protocoll.

The biggest problem will be, that you should ensure, that pages are requested exclusively with HTTPS, and redirect all other requests (somebody could call your page manually with HTTP). This can be done in the .htaccess file.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme