Uncategorized

WebResource.axd going over HTTP when we are browsing on HTTPS

Consider this scenario: you are browsing a web site which at some point switches from http to https, and your browser show you a warning.

In Firefox you get:

Connection Partially Encrypted 
Parts of the page you are viewing were not encrypted before being transmitted over
the Internet.
Information sent over the Internet without encryption can be seen by other people
while it is in transit

In Internet Explorer you get:

security information
This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?

You can check KB #910444 for SSL termination in ASP.NET; if this does not help, check this post, that was the situation I had to deal with a few days ago.

Just an additional note: if you wish to control how your browser behaves in such situations, you can check (and change) the following settings in Internet Explorer and Firefox:

Internet Explorer 

internet explorer - security settings
internet explorer – security settings


Firefox 

firefox - security warning
firefox – security warning

Carlo

Quote of the day:
The release of atomic energy has not created a new problem. It has merely made more urgent the necessity of solving an existing one. – Albert Einstein

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.