Undo your changes and then start over.
Undo your changes and then start over.
thank you, works great.
Agree with (JasonO ) "Maybe when he said he was his own host, he meant he was only a reseller?"
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.
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
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.
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
Double check the directions/steps and make sure you followed everything.
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!
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.
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?
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