Page 12 of 12 FirstFirst ... 2101112
Results 166 to 177 of 177

Thread: Protect using SSL

  1. #166
    Join Date
    Jan 2008
    Posts
    354

  2. #167
    Join Date
    Apr 2011
    Posts
    26

    Default

    thank you, works great.

  3. #168
    Join Date
    Mar 2011
    Location
    Ahmedabad
    Posts
    24

    Default

    Agree with (JasonO ) "Maybe when he said he was his own host, he meant he was only a reseller?"

  4. #169
    Join Date
    Jun 2011
    Posts
    4

    Default

    This did not work for me. it wont secure all the pages in ssl just the standard ones that are already done by whmcs. I think my problem might be that i am using whmcs in a sub domain.

  5. #170
    Join Date
    Nov 2009
    Location
    India
    Posts
    163

    Default

    This still require in WHMCS Version 5.x?

    I am using latest WHMCS with this trick..
    Dewlance Best Web Hosting
    Cheap Windows VPS, Reseller & Master Reseller Hosting Provider
    Quad Ultra Core Server

  6. #171
    Join Date
    Jan 2008
    Posts
    354

    Default

    I haven't tried it in the new version, so I'm not sure. The best thing to do is see how WHMCS acts before you install it, if it acts the same, then install the mod and report back.

  7. #172
    Join Date
    Mar 2012
    Posts
    1

    Default

    Hi can anyone help me ive been tryin do my ssl all day and still not got it to work all ime geting is Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@one-we and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. thanks

  8. #173
    Join Date
    Jan 2008
    Posts
    354

    Default

    Double check the directions/steps and make sure you followed everything.

  9. #174
    Join Date
    Nov 2012
    Posts
    1

    Default Re: Protect using SSL

    Thank you for this as this is the only method that allow me to run my whmcs client area in SSL.

    Just by using default switcher does not work for me as it keeps redirecting the page to the non-ssl version

    Tested on v5.1.2

    Cheers!

  10. #175
    Join Date
    Aug 2012
    Location
    Houston, TX
    Posts
    564

    Default Re: Protect using SSL

    Quote Originally Posted by wrighty8529 View Post
    Hi can anyone help me ive been tryin do my ssl all day and still not got it to work all ime geting is Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@one-we and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. thanks
    This indicates that you've installed the SSL as the user "nobody" and are running SuPHP which is restricting Apache's ability to run PHP scripts as 'nobody' as you attempt to parse them over the SSL. This is not something that we can actually assist with unfortunately. You will need to have your Host take a look.

  11. #176
    Join Date
    Oct 2006
    Posts
    3,100

    Default Re: Protect using SSL

    Quote Originally Posted by WHMCS Chris View Post
    This indicates that you've installed the SSL as the user "nobody" and are running SuPHP which is restricting Apache's ability to run PHP scripts as 'nobody' as you attempt to parse them over the SSL.
    How does one install an SSL certificate as "nobody"? Generally it's done as a user on the system, be it root, reseller or end user, so that's confusing.
    I've seen certs fail when they don't have the right chain, but never "nobody" ownership. Can you clear that up for me?

  12. #177
    Join Date
    Jul 2012
    Location
    Santa Monica, CA
    Posts
    26

    Default Re: Protect using SSL

    An SSL certificate should only be installed on the nobody user if it is meant to be a shared certificate. Normally, an SSL certificate should be installed for the account user that owns the domain for which the certificate was generated.

    Go to /var/cpanel/userdata/nobody to see if the cert is there by domain.com_SSL (domain.com being your domain's name) name. If it is, then move it to /var/cpanel/userdata/user (where user is the cPanel username of the right user). Open up the domain.com_SSL file and change the following in that file:

    documentroot: /home/user/public_html
    group: user
    homedir: /home/user
    user: user

    Replacing user with the username for each one. Of note, these are not the only lines in the file, they are just the lines you need to change in that file.

    If the account is a reseller and not owned by root, you will also need to change owner: root to owner: user.

    Please also check the ip: field has the right IP listed.

    After making all the changes, then run these commands to rebuild Apache with the new entries and get it restarted:

    /scripts/rebuildhttpdconf
    /etc/init.d/httpd restart

Page 12 of 12 FirstFirst ... 2101112

Similar Threads

  1. Enom / id protect
    By tripler in forum Customisation & Integration Questions
    Replies: 3
    Last Post: 02-24-12, 03:22 PM
  2. ID Protect for Domains
    By webjunk in forum Customisation & Integration Questions
    Replies: 3
    Last Post: 02-04-09, 12:06 AM