HTTPS gives Internal Server Error?

Status
Not open for further replies.

RNBxBeatz

Active Member
323
2011
9
0
Hi,

I have a website called RNBxBeatz. I have installed SSL Certificates on it but it doesn't seem to work?

When I load https://rnbxbeatz.com i get:

Code:
Internal Server Error

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

But where i load normally without HTTPS it works fine. Does anyone know the problem for this?

Thanks
 
12 comments
Yap i faced the same problem...

SSL works only with Dedicated IP's

But its soemthing you can make up to fix it..

do you have full root access ?
 
99 is the user nobody, so it has to be installed under the wrong user (nobody) if that is the error you are receiving.

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:

Code:
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:

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

this is a tutorial from : http://forums.cpanel.net/f5/ssl-cert-500-internal-server-error-162653.html

:) this fixed my issue :)
 
Dude :D...

Use FileZilla :)

Like normal FTP,, Hostname: your ip or hostname, user: normaly is root , password,: root password.. and Port: your SSH port or nomlay 22 :)... and you will explore your root simply :)
 
Status
Not open for further replies.
Back
Top