Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    58
    Plugin Contributions
    0

    Ssl Problem With Credit Cards

    I made a test buy and SSL is not working when I put in the credit card numbers even though SSL has been configured. When I log in to the admin, it is working fine. Can somebody please tell me how to fix the problem?

    Thanks.

    Virtue
    Virtue

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

    Default Re: Ssl Problem With Credit Cards

    got a URL to look at?
    Who is your host?

    have you manually added any images?
    do you run a tracking code like from google?

  3. #3
    Join Date
    May 2006
    Posts
    58
    Plugin Contributions
    0

    Default Re: Ssl Problem With Credit Cards

    The site is not done yet. I am still trying to make some changes with the layout. But I am not worried about that yet. I am more concerned with the security as of the moment.

    Here's the url
    http://exophora.com/e-store/index.php?main_page=index

    I am wondering why I am not seeing the https:// when I tried to make a test buy. My host is advancehostnetwork. They already configured it for me. The tech support mentioned about setting a cookie to make this to work? I am new to this ssl thing, so I really don't know what to say.


    If you can do something please help.

    Thanks.

    Virtue
    Virtue

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

    Default Re: Ssl Problem With Credit Cards

    it would seem that the includes/configuration.php
    is not configured properly,

    It needs to define the shared ssl URL and the ssl switch needs to be set to true....

    The reason I asked about images or tracking software is if not done properly these can actually break SSL
    and the reason I asked about host is certain hosts ( godaddy and others ) require a change in the core code to work

  5. #5
    Join Date
    May 2006
    Posts
    58
    Plugin Contributions
    0

    Default Re: Ssl Problem With Credit Cards

    Hi Merlin,

    Okay I am copying the lines wherein we changed the configuration. Can you please tell me what is wrong?

    Please see below codes. Thanks:

    define('HTTP_SERVER', 'http://exophora.com');
    define('HTTPS_SERVER', 'https://ssl127.securednshost.com/~exophora');
    define('HTTP_CATALOG_SERVER', 'http://exophora.com');
    define('HTTPS_CATALOG_SERVER', 'https://ssl127.securednshost.com/~exophora');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/e-store/admin/');
    define('DIR_WS_CATALOG', '/e-store/');
    define('DIR_WS_HTTPS_ADMIN', '/e-store/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/e-store/');
    Virtue

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

    Default Re: Ssl Problem With Credit Cards

    Something is not configured correctly as your site is not changing to SSL when it should.

    Perhaps this FAQ will help. http://www.zen-cart.com/forum/faq.ph...configure_ssl_
    Last edited by DrByte; 20 Jun 2006 at 11:18 PM. Reason: updated FAQ link

 

 

Similar Threads

  1. Submitting IP Address with Credit Cards
    By truex in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 30 Sep 2009, 06:14 PM
  2. Processing Credit Cards with ProPay
    By sopretty in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 7 Sep 2006, 07:42 AM

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