Quantcast
Channel: html – Tech ABC to XYZ
Viewing all articles
Browse latest Browse all 30

How to use SSL certificate on my web-site? [ANSWERED]

$
0
0

On 2010-07-18 18:40:32 dsplatonov asked:

How to use SSL certificate on my web-site?

I’m new to SSL, but my php web-site will contain secret information from users. I hear that ssl (https) can establish a solid security level. But, how to use it? How to implement it to my html files?

Any guides, links or information will be great.

Thanks in advance.

He received 3 answers
eventually accepting:

The answer with the highest score with 5 points was:

SSL has nothing to do with your php or html-pages. It’s encryption of communication between (web-)server and client (usually a webbrowser) on the application layer.

The way to set it up depends on the web-server used. To cover the two most popular servers:

SSL-Certificates need to be signed by a trusted authority like Verisign to not produce warning messages on the user side.

HTH,
flokra

Of course, you should really check out the original question.

The post How to use SSL certificate on my web-site? [ANSWERED] appeared first on Tech ABC to XYZ.


Viewing all articles
Browse latest Browse all 30

Trending Articles