• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SSL Certificates and 7.5.4

J

jhobbs721

Guest
Not sure if anyone else came across this, so I figured I'd toss it out there...

After going through the pains of getting 7.5.3 upgraded to 7.5.4, I noticed that the certificates functionality wasn't working properly. I could not generate my own, or upload existings certificates into Plesk. When I attempted to do so, it threw an errors relating to permissions...

After checking into the issue, I found that it was having trouble opening the openssl.cnf file in the following location:

/usr/local/psa/admin/conf/openssl.cnf

Oddly enough, the permissions on the file were more than sufficient, as you can see below...

-rw-r--r-- 1 root psaadm 7569 Aug 24 01:53 openssl.cnf

After more investigation, I found that the 'conf' directory itself was the issue. Oddly enough, it lacked any 'x' permissions...

drw-r--r-- 7 root psaadm 4096 Aug 25 22:41 .

I applied 755 permissions ( essentially adding 'x' where 'r' was available)... This solved the issue (so far)...

Hopefully this helps!

Joe
 
Back
Top