This popped-up recently (weeks ago?) and I ran into it last year. IIRC, cflocation does a temp redirect and that messes up the HTTPS. You need to do a javascript redirect, and if a user has disabled javascript, you need to follow-up with a META refresh to the correct protocol.
M!ke -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 4:55 PM To: CF-Talk Subject: RE: cflocation and HTTPS/HTTP Try doing a javascript redirection and see if it still happens. I have had numerous problems with cflocation, sometimes it just doesn't work on some peopels browsers at all. What I resorted to doing was on a NON display page where a cflocation was required, I just generated a meta refresh tag that redirected the page instead. -----Original Message----- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 10 May 2006 22:43 To: CF-Talk Subject: Re: cflocation and HTTPS/HTTP Yea, I appreciate that, guys, but that's not the error I'm getting. Everything's fine on that front. Believe me, I *was* getting it, but I have fixed that much. Now I'm down to the cflocation issue. Ray Snake wrote: > If you have full HTTP paths on all the image src that is, if they are > relative img paths without http that wont happen. > > -----Original Message----- > From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] > Sent: 10 May 2006 21:32 > To: CF-Talk > Subject: RE: cflocation and HTTPS/HTTP > > Do you have images on the page? If you are hitting a page with https: > but the <img> tags are http: you'll get that message for every image. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240205 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

