HTTP: cache vs HTTPS cache PROBLEMS:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MetaMan
    I AM WEB 2.0
    • Jan 2003
    • 28682

    #1

    HTTP: cache vs HTTPS cache PROBLEMS:

    I am having a very weird problem on one of my sites.

    When I visit the website on HTTP: i get an "updated" image.
    But then when i view the website on HTTPS: i get the "old" image.

    This is even after is hit ctrl F5.

    On top of it to double check the problem. I copied the url from the image. Pasted it HTTP: in one window and then pasted it HTTPS: in another window. And each window had a different image.

    Anyone have any thoughts why HTTPS would be continually caching the "old" image and HTTP the "new image"?
  • MetaMan
    I AM WEB 2.0
    • Jan 2003
    • 28682

    #2
    The problem with this I use the same image on an HTTP page and an HTTPS page. So when people are visiting each page they are seeing different images so it is causing my website to appear off.

    Comment

    • raymor
      Confirmed User
      • Oct 2002
      • 3745

      #3
      Triple check and post URLs here because it should be the other way around as far as cache. SSL documents shouldn't be stored in cache because they are presumed to contain sensitive data.

      Also make a visible change to the text of the page to be sure.

      On many servers, including Plesk systems, http is served from httpdocs/ while https is served from httpsdocs/, so updating once does not update the other.
      For historical display only. This information is not current:
      support@bettercgi.com ICQ 7208627
      Strongbox - The next generation in site security
      Throttlebox - The next generation in bandwidth control
      Clonebox - Backup and disaster recovery on steroids

      Comment

      • MetaMan
        I AM WEB 2.0
        • Jan 2003
        • 28682

        #4
        Originally posted by raymor
        Triple check and post URLs here because it should be the other way around as far as cache. SSL documents shouldn't be stored in cache because they are presumed to contain sensitive data.

        Also make a visible change to the text of the page to be sure.

        On many servers, including Plesk systems, http is served from httpdocs/ while https is served from httpsdocs/, so updating once does not update the other.
        I appreciate the help.

        I cant post the URLs here because it is for a working campaign. Im going to post this to my server guy.

        Thanks!

        Comment

        Working...