• Resolved macazaga

    (@macazaga)


    Hi

    The iFrame and the site has the SSL. Actually the iframe loads an iframe from the same domain name and i still got this message:

    Http iframes are not shown in https pages in many major browsers. Please read this post for details.

    Any help is appreciated.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mdempfle

    (@mdempfle)

    Can you please open includes/advanced-iframe-main-iframe.php and look for
    ai_startsWith(strtolower($src)
    around line 217.
    There you can remove this message. I don’t actually understand why this happens because I simply do string comparison there
    You can remove the message OR change
    ai_startsWith(strtolower($src), “http:” to
    ai_startsWith(strtolower($src), “https://”

    Because I want to know why this error occurs sometimes. This would help other user then as well!

    Best, Michael

    Thread Starter macazaga

    (@macazaga)

    Perfect, thanks Michael!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSL active on site an iFrame’ is closed to new replies.