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

How do I install an SSL certificate?

This is a discussion on How do I install an SSL certificate? within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I have just purchased an SSL certificate from our web hosting company. I am a newbie as far as this ...

      
  1. #1
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default How do I install an SSL certificate?

    I have just purchased an SSL certificate from our web hosting company.

    I am a newbie as far as this is concerned so could anyone tell me what is involved in setting it up and what files need editing?

    I understand from the hosting company that you can apply the SSL to all of the site or just payment. What are the pro's and con's and does anyone have a feel what do the majority do?

    Thanks.
    Last edited by mad_dexter; 08-03-2010 at 07:26 AM. Reason: grammar!

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: How do I install an SSL certificate?

    Quote Originally Posted by mad_dexter View Post
    ...setting it up...
    Refer to your hosting provider.
    Quote Originally Posted by mad_dexter View Post
    I understand from the hosting company that you can apply the SSL to all of the site or just payment.
    Dodgy hosting company that even suggests to SSL the whole site!

    Look at your config.php files - pretty obvious where to put the SSL stuff - the line with https:
    You are advised to also use https for all of admin - see its' own config.php

    PHP Code:
      define('HTTPS_CATALOG_SERVER''https://xxxxxx.com'); 
      
    define('ENABLE_SSL_CATALOG''true'); 
    For Admin:
    PHP Code:
      define('HTTP_CATALOG_SERVER''https://xxxx');
      
    define('HTTPS_CATALOG_SERVER''https://xxxx');
      
    define('ENABLE_SSL_CATALOG''true'); 
    Last edited by ridexbuilder; 08-03-2010 at 08:25 AM. Reason: examples
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default Re: How do I install an SSL certificate?

    The company did say there would be overheads if the whole site was SSL'd.

    Does it matter if the SSL certificate is http://domain.com or http://www.domain.com?

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: How do I install an SSL certificate?

    Quote Originally Posted by mad_dexter View Post
    Does it matter if the SSL certificate is http://domain.com or http://www.domain.com?
    That is not an osCMax specific question but a general SSL one - Google is your friend.
    Arguments for/against probably and I know my preference and what I recommend to my clients. In any case, given that you already have your SSL, the decision has been made already.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default Re: How do I install an SSL certificate?

    Thanks, and as you say the decision has been made, but I just wanted to make sure either was applicable.

    Thing is I have edited the config.php files with the SSL address but the SSL does not seem to work (ie padlock icon not appearing).

  6. #6
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default Re: How do I install an SSL certificate?

    Damn it must be getting late. I've just realised the default text for the SSL server in config.php didn't have https: ie

    define('HTTPS_CATALOG_SERVER', 'http://');

    All sorted now. Thanks very much for your help

  7. #7
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Thumbs up Re: How do I install an SSL certificate?

    Good that it's working.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  8. #8
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default Re: How do I install an SSL certificate?

    One last question about the Admin SSL...

    Do I actually have to type https://www.domain/catalog/admin to log on securely to Admin?
    If I type www.domain.catalog/admin I don't get redirected to SSL as I do with catalog.

  9. #9
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: How do I install an SSL certificate?

    Eh, try the line above in the admin. config.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  10. #10
    Member
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Rep Power
    4


    Default Re: How do I install an SSL certificate?

    No, did that. Maybe I have to wait for my session to expire and log on again?

Page 1 of 2 12 LastLast

Similar Threads

  1. ssl certificate
    By jekapp in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-19-2010, 06:40 AM
  2. SSL Certificate
    By Andriyz in forum osCMax v2 Features Discussion
    Replies: 6
    Last Post: 02-26-2010, 05:09 AM
  3. trying to install trust SSL Certificate logo
    By pr0ject123 in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 09-08-2005, 12:06 PM
  4. Problem with SSL Certificate
    By KnowGangsStore in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 06-07-2005, 01:11 PM
  5. SSL - I have a certificate installed but...
    By reggiman in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-14-2005, 09:12 AM

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
  •