Https Connection - IE warning message of non secure items!

Discussion in 'Programming/Scripts' started by adrenalinic, Feb 14, 2008.

  1. adrenalinic

    adrenalinic Member

    Hello.

    I have a problem with internet explorer on https connection.
    When IE request a SSL connection, display an error on the page that containe secure and nonsecure items....

    the most common problem is for example that link to file within the page are linked to http://mysite.com/image.gif and not to httpS://mysite.com

    but...i have verified on all files, that my request are sended with local url path...

    for example /temp/img/temp.gif

    etc etc.....

    There a solutions....?

    Very thanks.
    Josef.
     

    Attached Files:

  2. falko

    falko Super Moderator Howtoforge Staff

    Please make sure that every element of the page (images, css files, js files, etc.) is loaded via https.
     

Share This Page