Forum Moderators: coopster

Message Too Old, No Replies

Https

When should you use it; how do you use it?

         

neophyte

1:21 am on Jun 28, 2005 (gmt 0)

10+ Year Member



When I was studying Jatar K's illustration of a secure log-in system, he did mention that it should be used in conjunction with HTTPS - I'm assuming for extra security.

I've seen https pages (https appears at the beginning of the url string and a little padlock usually (always?) appears at the bottom of the browser window) but what does https do? And how do you do it? and what is the advantage of a https page over a regualr http page?

As you can tell, I really know nothing about this, but I want to do what i'm doing correctly and - even if my login script is working well and appears to be secure - I just want to make sure.

Thanks to all in advance.

Neophyte

jatar_k

3:53 am on Jun 28, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



https is in essence secure

a secure connection with the web server is established before any information is transferred

to do this one purchases secure certificate and then installs it on their web server

try a search for ssl [google.com] to get better definitions, there are other steps involved with installing this as well. Most hosts offer some kind of option for secure certs and can inform you about costs and options.

I have purchased all of my certs from thawte but verisign is another option

neophyte

9:50 am on Jun 28, 2005 (gmt 0)

10+ Year Member



Jatar K - Thanks for the information.

I can see how purchasing a certificate would be critical for something like an e-commerce site where financial information is being sent.

Do people, however, purchase a certificate to provide a secure connection for, say, a CMS admin area of a web site? Would such precautions for this kind of use be considered overkill if not downrigt unnecessary?

Neophyte

henry0

11:35 am on Jun 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check with your ISP
Many do offer access to a shared certificate.

jatar_k

4:51 pm on Jun 28, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



>> for, say, a CMS admin area of a web site

the level of security you need is dependant on what you need to protect

I don't think normally it would be needed for cms admin but I don't know what there is to protect.

Though if an admin section incorporates viewing client data, then yes.

Remember that ssl is to secure the connection, so the transfer of information. It isn't to protect from unauthorized access. So focus on what information is being transferred, that will tell you whether you need ssl or not.