• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Server error (code 500): Exception with message 'Can not read certificate file /etc/s

R

RexM

Guest
after a very stupid chown error i have successfully change the owner/group of all directories and files in my /etc i was wondering if there is anyway to change these back to the original plesk owner/group. this is the error i am getting at the moment when i go to my login page "Server error (code 500): Exception with message 'Can not read certificate file /etc/sso/sso.pem' caught at top level." i am running debian 5.0 thanks in advance for any help
 
Check these permissions at least:

# stat /etc/sso/sso.pem
File: `/etc/sso/sso.pem'
Size: 2190 Blocks: 8 IO Block: 4096 regular file
Device: 24h/36d Inode: 20848439 Links: 1
Access: (0600/-rw-------) Uid: ( 111/ sso) Gid: ( 0/ root)
 
File: `/etc/sso/sso.pem'
Size: 2223 Blocks: 8 IO Block: 4096 regular file
Device: 901h/2305d Inode: 9134093 Links: 1
Access: (0600/-rw-------) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2011-06-03 14:27:37.000000000 -0500
Modify: 2011-05-23 13:15:31.000000000 -0500
Change: 2011-06-04 14:36:03.000000000 -0500
i performed chown to make the owner 111 group sso and still the same error
so now it shows owner is haldaemon group sso
 
Back
Top