about ssl

2000-12-22 Thread sherrie

This is a multi-part message in MIME format.

--=_NextPart_000_005D_01C06C19.6EF472B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

How can i do ssl with my web pages using cf?

--=_NextPart_000_005D_01C06C19.6EF472B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"
META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2FONT face=3DArialHow can i do ssl FONT =
color=3D#ffFONT=20
color=3D#00with my web pages/FONT /FONTFONT =
color=3D#00using=20
cf?/FONT/FONT/FONT/DIV/BODY/HTML

--=_NextPart_000_005D_01C06C19.6EF472B0--


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: about ssl

2000-12-22 Thread Dave Watts

 How can i do ssl with my web pages using cf?

SSL doesn't really have anything to do with CF, which works the same way
whether you're using SSL or not. You'll need to get an SSL certificate and
install it on your web server. Verisign and Thawte (which is now owned by
Verisign, but still operates independently, it looks like - Thawte certs are
cheaper!) are two big SSL certificate vendors:

http://www.verisign.com/
http://www.thawte.com/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [about ssl]

2000-12-22 Thread Alex

SSL is implemented by the webserver not CF. You need a key which can be bought
from a "trusted certificate authority" or made by yourself.

"sherrie" [EMAIL PROTECTED] wrote:
This is a multi-part message in MIME format.

--=_NextPart_000_005D_01C06C19.6EF472B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

How can i do ssl with my web pages using cf?

--=_NextPart_000_005D_01C06C19.6EF472B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"
META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2FONT face=3DArialHow can i do ssl FONT color=3D#ffFONT=20
color=3D#00with my web pages/FONT /FONTFONT color=3D#00using=20
cf?/FONT/FONT/FONT/DIV/BODY/HTML

--=_NextPart_000_005D_01C06C19.6EF472B0--


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: about ssl

2000-12-22 Thread JayB

At 01:24 PM 12/22/2000 -0500, you wrote:
  How can i do ssl with my web pages using cf?

SSL doesn't really have anything to do with CF, which works the same way
whether you're using SSL or not. You'll need to get an SSL certificate and
install it on your web server.

or if you're using a webhosting service...all you -probably- need to do is 
write your URL with https

https://www.yourdomain.com/mysecurepage.cfm

check with your webhost to make sure...


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists