spyordie007
Diamond Member
I've got a bizarre issue on one of our web servers where if we try and pull up cfm pages over http they load and process correctly; however if we try and access the same page over https IIS is returning a 403 error.
We do not have this problem accessing any other kind of content (asp, aspx, html, jpg, etc.) over https. It only appears to be effecting cfm pages (IIS uses an ISAPI application mapping to Blue Dragon's dll - http://www.newatlanta.com/products/bluedragon/)
We have a couple other servers with very similar configurations that do not exibit this behavior.
This is an intranet server, however our userbase is fairly diverse geographically so we are trying to push users to use SSL to help with security.
If we review the IIS logs we simply see a 403.0 error. Here are the relevent logs for accessing a blank "test.cfm" in the root:
2005-09-07 15:04:30 client.ip DOMAIN\USER server.ip 80 GET /test.cfm - 200 0 15562 597 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
2005-09-07 15:04:32 client.ip DOMAIN\USER server.ip 443 GET /test.cfm - 403 0 646 2536 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
2000 Server SP4 (IIS 5.0)
Thanks in advance for any comments, suggestions, etc.,
-Erik
We do not have this problem accessing any other kind of content (asp, aspx, html, jpg, etc.) over https. It only appears to be effecting cfm pages (IIS uses an ISAPI application mapping to Blue Dragon's dll - http://www.newatlanta.com/products/bluedragon/)
We have a couple other servers with very similar configurations that do not exibit this behavior.
This is an intranet server, however our userbase is fairly diverse geographically so we are trying to push users to use SSL to help with security.
If we review the IIS logs we simply see a 403.0 error. Here are the relevent logs for accessing a blank "test.cfm" in the root:
2005-09-07 15:04:30 client.ip DOMAIN\USER server.ip 80 GET /test.cfm - 200 0 15562 597 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
2005-09-07 15:04:32 client.ip DOMAIN\USER server.ip 443 GET /test.cfm - 403 0 646 2536 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
2000 Server SP4 (IIS 5.0)
Thanks in advance for any comments, suggestions, etc.,
-Erik