osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

baisc SSL question??

This is a discussion on baisc SSL question?? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hi guys i need some help here, I have alredy setup osc and customized and every things working fine and ...

      
  1. #1
    Anonymous
    Guest


    Default baisc SSL question??

    hi guys i need some help here, I have alredy setup osc and customized and every things working fine and all that. I have just enabled SSL on my server, now i need to integrate osc with SSL or the other way around. I mean i don't want to start from install.php. All i need now is visitors go thru the relevant pages in https, i.e login.php, check_out.php etc. these pages should be in https and other pages with NONSSL.

    where should i add what to enable SSL so that visitors access these pages in https ??

    thanx in advance

    rhytha

  2. #2
    osCMax Developer

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


    Default

    Edit:

    /catalog/includes/configure.php

    Look for the lines that refer to HTTPS SERVER
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    Anonymous
    Guest


    Default

    define('HTTP_SERVER', '' // eg, <A href="http://localhost">http://localhost</A> - should not be NULL for productive servers<BR>define('HTTPS_SERVER&#39 ;, 'https://www.mydomain.com'); // eg, <A href="https://localhost">https://localhost</A> - should   not be NULL for productive servers<BR>define('ENABLE_SSL', true); // secure webserver for checkout procedure?<BR><BR>msaesk is these are the line i should edit and have i edited them correctly

  4. #4
    Anonymous
    Guest


    Default

    define('HTTP_SERVER', '' // eg, <A href="http://localhost">http://localhost</A> - should not be NULL for productive servers<BR>define('HTTPS_SERVER&#39 ;, 'https://www.mydomain.com'); // eg, <A href="https://localhost">https://localhost</A> - should   not be NULL for productive servers<BR>define('ENABLE_SSL', true); // secure webserver for checkout procedure?<BR><BR>msaesk is these are the line i should edit and have i edited them correctly

  5. #5
    Anonymous
    Guest


    Default

    define('HTTP_SERVER', ''); // eg, http://localhost - should not be NULL for productive servers
    define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be NULL for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?

    thanx msasek , have i edited the above lines correctly

  6. #6
    rhytha
    Guest


    Default

    just updating
    the above changes does'nt seem to make any difference.

    iam still getting only http instead of https for login and checkout process??
    but when i try https:\\ directly in the browser everything works ok

    thanx

  7. #7
    Active Member
    Join Date
    Oct 2002
    Location
    Arkansas
    Posts
    149
    Rep Power
    0


    Default

    Rhytha,

    Can you email me your configure file?

    modom@designhosting.biz

    and the path to your server or what admin area are you using for your domain site?
    Sincerely,
    Melinda

    www.designhosting.biz

  8. #8
    osCMax Developer

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


    Default Did you clear your browser cache?

    Sometimes changes like this will not show up until you clear your cache. See if that helps.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

  9. #9
    rhytha
    Guest


    Default

    modom i have made the changes you had mailed me, but nothing is happening, for some unknown reason there is no https still.

    thanx

  10. #10
    Anonymous
    Guest


    Default

    guys i have a ssl.conf directory in my root, do i have to copy any file into this

Page 1 of 2 12 LastLast

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
  •