Justin,
I've confused you with too much detail I'm afraid. SSL does both, and, if
you think about it, needs to do both. There is no point exchanging
encrypted data with someone unless you are really sure that they are who
they say they are (but see below). Otherwise, you might just as well
broadcast "here's my bank account" all over the internet :-).
What will almost certainly happen is that your site will have a certificate,
which your user's will trust, but you will get given back a generic "I'm
Internet Explorer" type certificate which you don't really trust but allows
the user to send their account details encrypted and _then_ you trust them.
You've reached the limit of my knowledge here but I would strongly recommend
that you get some more expert help with this task. It's quite easy to get
SSL to work, but looks can be deceptive as there are better, or worse,
levels of encryption and therefore security. For example, one of the
absolutely valid methods is the "identity" encrpytion - which does nothing!
If you have some need for security, get some expert help and carefully work
through what level of security etc. etc.
Paul DS.
"Justin Tyme" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Paul D.Smith" <(E-Mail Removed)> wrote in message
> news:42787cc1$0$301$(E-Mail Removed) t...
> > Look for "Ethereal" - http://www.ethereal.org is a good starting place.
> > This is sniffer software that runs on a PC.
> >
> > Just a heads-up. SSL's certificates work as follows...
> >
> > 1. I've been offered a certificate that says "Mr X vouched me"
> > 2. Mr X has a certificate that says "Mr Y vouched me"
> > 3. Mr Y has a certificate that says "Mr Z vouched for me"
> >
> > Oh, Mr Z, you say. I know and trust him so if he vouched for Mr Y, I
> > trust
> > them, and if Mr Y vouches for Mr X then I trust them too.
> >
> > But there are also such things as "self-signed" certificates and also
> > those
> > popups which you will, sooner or later, get saying either "umm, don't
know
> > who created this certificate" or "this certificate looks valid but its
> > expired". Your choice as to whether to accept these!
> >
> > Finally, seeing https://a_website.com (note the "s" in https) is
normally
> > a
> > good sign. You would expect to see the padlock too but the "s" is for
> > "secure".
> >
> > Paul DS.
> >
>
> Oh. I wanted to use SSL to make sure no documents that were being
transfered
> could be read or made sense of, if this SSL is just to confirm that the
site
> is genuine, then it is pointless for my cause. The only people who use
our
> site are the people have already been using it for a year or more. They
> already know its a valid site and have password and username to log-in.
It
> was the log-in process I was trying to make more secure with SSL, and
ensure
> that any files transfered couldn't be made sense of.
>
>