Secure URLs (https) During Order Process

Discussion in 'aMember Pro v.4' started by imobitrax, Aug 16, 2012.

  1. imobitrax

    imobitrax New Member

    Joined:
    Apr 15, 2012
    Messages:
    3
    Hey guys,

    We're integrating the Authorize.net plugin with aMember Pro v4. Certificate is all installed and the secure URL is set in the license key area. However after a user enters their initial information and then proceeds to enter their credit card number we're seeing the error:

    Screen Shot 2012-08-16 at 6.39.12 PM.png

    "Your connection to www.domain.com is encrypted with 256-bit encryption. However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the behavior of the page."

    Everything is secure on our custom template however I notice a few of the style sheets (reset.css, amember.css) and a couple other files aren't being accessed by https. How do we rectify this?

    Thanks!
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    are you using a stock aMember theme or have you customized it? Things I see that cause this is hardcoding the URL for an image (as opposed to making it relative) so your logo, for example, is set in your CSS or template to http://www.domain.com/log.gif.
  3. imobitrax

    imobitrax New Member

    Joined:
    Apr 15, 2012
    Messages:
    3
    We've customized it but I've set all of that stuff...
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    View source on the page in question, look for http:// in the HTML and CSS.
  5. imobitrax

    imobitrax New Member

    Joined:
    Apr 15, 2012
    Messages:
    3
    FYI: It works fine in every browser except Chrome...
  6. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    View source on the page in question in chrome, look for http:// in the HTML and CSS.
  7. mporter9

    mporter9 Member

    Joined:
    Aug 25, 2012
    Messages:
    83
    Did you ever end up figuring this out?

Share This Page