开发者

What is SSL encrypting my web pages if IIS isn't?

开发者 https://www.devze.com 2023-03-26 04:38 出处:网络
I have a client who wants to set up SSL on a new directory on their website. They already have one di开发者_StackOverflow中文版rectory using SSL. BUT, when I go into IIS, even the current encrypted di

I have a client who wants to set up SSL on a new directory on their website. They already have one di开发者_StackOverflow中文版rectory using SSL. BUT, when I go into IIS, even the current encrypted directory isn't set up to require SSL. And, when I set either the new or old directory to require SSL it returns and error page stating that I need to call the page over https (which I did), no matter what.

We are not running in a farm. This is a single web server with no load balancing or proxy that I know of. 443 is not blocked. The log files shows a request for the page over 443, but redirects to http. What could be handling the encryption?

ASP.NET 2.0 APP running on IIS 6.0.

Any help is appreciated.

Thx, T


Your comment "The log files shows a request for the page over 443, but redirects to http" implies yours pages are being sent over port 80. If this is the case what makes you think your pages are being encryted?

Another thought - are you running any ISAPI extensions such as Helicon?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号