That sounds like the way I usually set it up.  Under the virtual site's
properties you have TCP port 80 and SSL port 443 specified.  If you click
'Advanced' you should see both ports bound to their respective IP address or
host header.

Are you using host headers (IPless domains) on your web server?  If you're
using host headers, remember that for SSL you need to have an IP address to
which you bind the certificate.  So, you could use host headers for the
non-SSL (port 80) site, but you need an IP for SSL.  Since you need a
(dedicated) IP address for SSL on this site anyway, I'd just set up the
http/port80 side using standard IP-based domain resolution as well and not
use host headers at all for this particular virtual site.

Have you completed installation of the certificate in Key Manager and
pointed it to the correct IP address?

Jim


----- Original Message -----
From: "Brandon Wood" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 11:03 PM
Subject: Re: SSL, IIS & CF...


> Jim,
>
> I issued the cert under the standard www.mysite.com.  I haven't set up two
> virtual sites using different ports.  Is that the key?  And if so, how can
> you set them up to both use the same dir?
>
> I have tried to just use a single site with both ports open and that
doesn't
> seem to work.  Every time I try to connect to the https URL, I get a page
> not found error--for the same template I can call with no problem using
the
> standard http request.
>
> Thanks for your help, by the way.  I think you are on thr right track to
> getting me edumacated...or as Stan says, "You must no ssl sites good."
>
> Cheers and clarification,
> Brandon


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to