> I am building pages in CFML and using the application file to 
> password protect certain areas of the site for members only. 
> Certain information entered by members may be sensitive so I 
> went ahead and had an SSL cert installed. When integrating 
> CFML with SSL, I assume I don't need to load pages that 
> require SSL into any special directory (of course the 
> member's pages will be in a separate directory). I assume I 
> just have to call those pages using https:// instead of 
> http:// which means I shouldn't use relative links in pages 
> that should be called using SSL since relative links (e.g. 
> /members/file1.cfm) would default to http:// and not 
> https://. Haven't seen anything specific on how to code this 
> - sometimes when surfing sites it says one or more items is 
> unsecured, I assume this is because the page may have been 
> built with at least one link or image file not having the 
> https prefix.

While you don't have to separate files based on whether they'll be accessed
via SSL or not, I think it's a good idea to do so - it makes things easier
for you, in my opinion. It also lets you control whether files require SSL
based on their location, instead of internal application logic.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276457
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to