Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ColdFusion and Secured Sockets Layer SSL

Status
Not open for further replies.

Mike179

Programmer
May 3, 2001
7
US
Hi,

I have an installation that uses SSL via port 443. When I try to browse a .cfm page it prompts for a username and password. If you select cancel, then the page cannot be displayed, if you enter a network username and password the pages do get displayed. If I try to browse to a non-cfm page like .htm, I do not get the dialog box.

Is there anything that needs to be configured in ColdFusion or IIS to allow .cfm pages to be browsed across SSL?

Thanks in advance.

Mike
 
The .htm pages that you refer to above - are they in the same subfolder - the subfolder that requires an SSL connection - as the .cfm pages? What version of CF are you using?

Peace



BT
 
Thanks for the response,

Yes they are in the same subfolder. I am running CFMX (6.1).

any ideas?
 
what happens if you just use http:// for browsing CF pages? sounds like permissions are changed on the CFM files.


=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top