Results 1 to 3 of 3

ssl

This is a discussion on ssl within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I have searched ths site and I cant find anything about usng ssl. I am concerned about the checkout_payment.php.THis is ...

      
  1. #1
    New Member
    Join Date
    Feb 2003
    Posts
    5
    Rep Power
    0


    Default ssl

    I have searched ths site and I cant find anything about usng ssl. I am concerned about the checkout_payment.php.THis is where the client enters their credit card info, but the page is not seccure. Is this something that can be changed in oscommerce or do i need to contact my web host?
    Thank You
    MCBaby

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default

    When you set up osCommerce (using the install script) it asks you if you want to use SSL. That is where you tell it the correct path to SSL.

    If you did not do this during the install, you can still do it later. Just edit the catalog/includes/configure.php file.

    There are a couple of things to do:

    Edit these lines

    Code:
    define('HTTPS_SERVER', 'https://secure.yoursite.com');
    Change this to point to your https serever.

    Code:
     define('ENABLE_SSL', false);
    Change this to true.

    Now your page will be secure.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Feb 2003
    Posts
    5
    Rep Power
    0


    Default

    THanks, I did in the meantime contact my host and they gave me the url to do that. So between that and your response , I can do it now. This forum has been so helpful!
    Thanks
    Val Anderson

Bookmarks

Posting Permissions

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