• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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