Announcement

Collapse
No announcement yet.

SSL Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSL Question

    Hi All!
    Hope you can help me with this! Using 6.02 right now on an NT server. Working great! The customer has their own SSL works great! Trying to upgrade to 6.14 ( installed the full version of 6.14 and upgraded the 6.02 smooth so far) when I test though and try to checkout I get the warning "there are some items on the page that are not secure do you wish to display them?" it doesn't matter if you check yes or no.. the checkout proceeds. But as you know there are like 4 pages to checkout and that warning appears on every page! Pain! I think Actinic may be calling for a graphic without putting the https in front of the graphic call.

    Anyone else had this happen and what can I do. All other SSL catalogs work great on this server.

    Thanks in Advance for your Help!
    Regards!
    Annette

    #2
    It's a little 6.1.4 bug, easily fixed.

    Edit actinic.css and replace...

    background-image:url(NETQUOTEVAR:BGIMAGECSS);

    with...

    /* background-image:url(NETQUOTEVAR:BGIMAGECSS); */
    Bob Ladden

    Comment


      #3
      SSL

      Bob,
      That worked wonderfully! Thanks!
      Regards!
      Annette

      Comment

      Working...
      X