Ssl insecure page trying to make secure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esham
    Confirmed User
    • Mar 2004
    • 629

    #1

    Ssl insecure page trying to make secure

    I'm trying to use a iframe to embed a insecure site. Is it possible to make this secure somehow.

    <div class="entry-content">
    <div align="center">
    <div style="position: static; overflow: hidden; left: 160px; top: 10px; border: solid 0px #555; width: 1068px; height: 8138px;">
    <div style="overflow: hidden; margin-top: -40px; margin-left: -25px;"></div>
    <p><iframe style="height: 16790px; border: 1px none; width: 1080px; margin-top: -340px; margin-left: -54px;" src="http:/site.com/?sort=2" width="300" height="150" frameborder="0" scrolling="no"></iframe></p
    </div>
    </div>
    Double Your profit From Ad Brokers
  • Paul&John
    Confirmed User
    • Aug 2005
    • 8643

    #2
    src="http://site.com/?sort=2"
    has to be loaded via https or just // , so -> src="//site.com..."
    in case they do have a ssl version of it.. and none of the stuff loaded via that iframe will be served via non-ssl
    Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
    Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here

    Comment

    • TFCash
      Confirmed User
      • Apr 2001
      • 1738

      #3
      Originally posted by esham
      I'm trying to use a iframe to embed a insecure site. Is it possible to make this secure somehow.
      To answer your question, No. You can't wrap anything around a non-secure site to allow it to make it look or act secure, would kind of defeat the purpose of secure if you could

      It has to be secure, or it will downgrade the pages that your embedding the non-secure site on. Best to get them to upgrade to https, it is 2018 after all.

      good luck
      TeenFlood.com Online since 1998.

      TFCash KissMeGirl
      VirginRiches MondoBucks

      tim at tfcash.com or submit a ticket at our HelpDesk

      Comment

      • fivestarpornsitescom
        Registered User
        • Jun 2016
        • 76

        #4
        Ok i guess its not possible with out owner update the site.

        Comment

        • Kafka
          Confirmed User
          • Oct 2002
          • 466

          #5
          You can proxying unsecure to secure.

          For example with Apache and proxypass.

          Comment

          Working...