> How can I setup my website to make it HTTPS (SSL)? You'll need to install a certificate for the web server. The steps for this process will depend on what web server software you're using. If the certificate is for a public web server, you'll also typically have to get a trusted third party to generate it for you, after providing proof of your business identity or the like. If it's for a development server, as you indicated it might be, you might generate a self-signed certificate (not suitable for public use) using a tool like OpenSSL, or you might just skip it - you can probably get away with development without using SSL on your development server.
As others have suggested, if you're not familiar with the process, you may want to get your server administrator to do this for you. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

