What is cached on a client machine when using https.

Posted by TroyP on Stack Overflow See other posts from Stack Overflow or by TroyP
Published on 2010-03-26T17:38:49Z Indexed on 2010/03/26 17:43 UTC
Read the original article Hit count: 305

Filed under:
|
|

I have an application that is working on https for everybody and on http for all but two users. The two users get a JavaScript error when trying to "edit" a page while on http but can edit the page on https. The problem is for occurs for both IE6 and FF3.6 for one of these users. Others have no problem using any browser. I have used Charles Proxy to look at the server response and no request is being made to https when on http and all browser requests return successfully. I have cleared all caches known to me on the clients (browser, jvm).

Are http and https caches stored in different locations on the clients computers. Could a cached encrypted file be being read on the unencrypted port.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser