Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    help question Shared SSL Certificate Problem

    Hi,

    I am using the sashbox shared SSL certificate.
    When I open my site in IE, i get a security alert pop-up window (see attachment).
    If I click View Certificate it reads:

    Issued to: s14.securedview.com
    Issued by: Equifax Secure

    If I view my site with a better browser (ahhhem, firefox), i don't have the same problem, but if I click the lock for some info. It says the certificate is registered to my IP address and to my web domain.

    Tis doesn't not bother me, but might having www.zulurose.com instead of 72.xx.xx.xx might make a customer feel a little better.


    How can I resolve this problem.
    Here is my URL
    www.zulurose.com

    =zr
    Attached Images Attached Images  
    Last edited by ZuluRose; 13 Nov 2006 at 06:45 PM. Reason: more info

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Sashbox Shared SSL Certificate Problem

    Change your config files so they are correct.

    https://www.zen-cart.com/tutorials/index.php?article=14
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Sashbox Shared SSL Certificate Problem

    My admin/config settings.
    define('HTTP_SERVER', 'http://zulurose.com');
    define('HTTPS_SERVER', 'https://74.52.162.2/~zulu1358');
    My include/configure.php reads.
    define('HTTP_SERVER', 'http://zulurose.com');
    define('HTTPS_SERVER', 'https://74.52.162.2/~zulu1358');

    These should be the correct settings according to the link you sent me.

    -zulu

  4. #4
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Sashbox Shared SSL Certificate Problem

    my include/configure.php read:
    define('HTTP_SERVER', 'http://zulurose.com');
    define('HTTPS_SERVER', 'https://74.52.162.2/~zulu1358');

    my admin/inlcude/configure.php read:
    define('HTTP_SERVER', 'http://zulurose.com');
    define('HTTPS_SERVER', 'https://74.52.162.2/~zulu1358');

    I was using this setup based upon my particular hosting setup (sashbox).
    But I am still having an error in IE.

  5. #5
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Shared SSL Certificate Problem

    Zen cart PCI compliant Hosting

  6. #6
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Shared SSL Certificate Problem

    Merlin,
    If I use https://s14.securedview.com/~zulu1358/

    I don't get the security alert in Explorer.
    But I still get the error:
    "This page contains both secure and non-secure items.

    Do you want to display non-secure items?"

    How do I get my non-secure items (image directory) to download.

    -z

  7. #7
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Shared SSL Certificate Problem

    Use relative addresses for your images not absolute.

    Example:

    background-image: url(http://www.zulurose.com/images/graph...undPaper.jpg);

    First, that is a template image and should be in the template/images directory

    Then it should be in the stylesheet like:

    background-image: url(../images/graphics/BackgroundPaper.jpg);

    There may be others, that is the first one I came across.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Shared SSL Certificate Problem

    Ok, we are getting closer.

    I switched to a "relative" address but now my image(s) is gone completely. I think that is why I was using an absolute path in the first place.

    Here is how the style sheet reads.
    background-image: url(../includes/templates/ZuluWhite/images/BackgroundPaper.jpg);

  9. #9
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Shared SSL Certificate Problem

    You need the path to be relative to the stylesheet. Use the URL I showed you above.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  10. #10
    Join Date
    Sep 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Shared SSL Certificate Problem

    Ok, everything seems to fine, except my flash movie is being regarded as "insecure content."
    Here is the code. Can I change this, or is flash just regarded as unsafe?

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="388">
          <param name="movie" value="./images/graphics/zulu.swf">
          <param name="quality" value="high">
          <embed src="./images/graphics/zulu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="388"></embed>
    </object>

 

 

Similar Threads

  1. Using A Shared SSL Certificate
    By beasleybub in forum General Questions
    Replies: 3
    Last Post: 13 Jul 2009, 08:30 PM
  2. Viewing store through shared SSL certificate
    By kylelondonuk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Oct 2007, 08:02 PM
  3. how to use a shared ssl certificate?
    By ewalker3 in forum Managing Customers and Orders
    Replies: 17
    Last Post: 30 Nov 2006, 03:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg