• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 9.0.1, openssl-Update-Problem

A

anmu

Guest
Hi,

first: I know the patch:
http://kb.odin.com/en/8338
but that does not solve my problem.

The following: I received last week a brand new "Cloude server" from 1 & 1. On this is CentOS 5.4 and Plesk 9.0.1. Now I installed various software, so that my websites are running, including also ImagaMagic and Ghostscript. This probably has somehow triggered an update of openssl, so I have installed the new version (yum tells me 0.9.8e-12.el5_4.6). In /var/log/yum.log I find

server: / # cat / var / log / yum.log | grep openssl
Oct 28 10:39:30 Updated: openssl-0.9.8e-12.el5_4.6.x86_64
Oct 28 10:39:35 Installed: openssl-0.9.8e-12.el5_4.6.i686

Until today, everything went so far that I started the server, then Plesk did not started.

In /var/log/sw-cp-server/error_log I find these entries:

2010-11-02 18:36:53: (log.c.75) server started
2010-11-02 18:36:53: (network.c.336) SSL: error: 00000000: lib (0): func (0): reason (0)

This is exactly the problem that is described above in the thread and what should be fixed with the patch from Parallels.
However, the patch for version 9.3.0, but I have the 9.0.1:

server: / # yum list | grep plesk
log4cpp plesk.x86_64-0.3.5rc2-installed v9.275143
plesk-9.0.1-base.x86_64 cos5.build90090127.18 installed
plesk-skins.noarch 9.0.1-0.279955 installed
psa-libpam-9.0.1-plesk.x86_64 cos5.build90090127.18 installed
psa-9.0.1-pylibplesk.x86_64 cos5.build90090127.18 installed

Is there a patch for 9.0.1?


Now I've tried to make the openssl update undo, but does not like. With yum list | grep openssl I find the following versions:

openssl.i686 0.9.8e-installed 12.el5_4.6
openssl.x86_64 0.9.8e-installed 12.el5_4.6
openssl-0.9.8e-devel.i386 12.el5_4.6 base
openssl-0.9.8e-devel.x86_64 12.el5_4.6 base
openssl-0.9.8e-perl.x86_64 12.el5_4.6 base
openssl097a.i386 0.9.7a-9.el5_4.2 updates
openssl097a.x86_64 0.9.7a-9.el5_4.2 updates
xmlsec1-openssl.i386 1.2.9-8.1.1 base
xmlsec1-openssl.x86_64 1.2.9-8.1.1 base
xmlsec1-openssl-devel.i386 1.2.9-8.1.1 base
xmlsec1-openssl-devel.x86_64 1.2.9-8.1.1 base

It is not helpful ti install the openssl097a, because ths installed libssl.so.4 libcrypto.so.4 instead libssl.so.6 libcrypto.so.6 and so they will not load.

Then I pulled this version:
http://mirror.centos.org/centos-5/5/updates/x86_64/RPMS/openssl097a-0.9.7a-9.el5_4.2.x86_64.rpm
with the same effect. I've already pulled a CentOS_5-4 image and mounted in order to look, what are there for openssl packages include:

server: / mnt # ls-lR | grep openssl
-Rw-rw-r - 1 sw sw-cp-server-cp-server 845 677 Jan 8 2009 openssl097a-0.9.7a-9.el5_2.1.i386.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server 1.51343 million Sep 9 2009 openssl-0.9.8e-12.el5.i386.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server 1.49905 million Sep 9 2009 openssl-0.9.8e-12.el5.i686.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server 1955597 Sep 9 2009 openssl-devel-0.9.8e-12.el5.i386.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server-34 539 Sep 9 2009 openssl-perl-0.9.8e-12.el5.i386.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server-72 766 Nov 18 2007 xmlsec1-openssl-1.2.9-8.1.i386.rpm
-Rw-rw-r - 1 sw sw-cp-server-cp-server-89 624 Nov 18 2007 xmlsec1-openssl-devel-1.2.9-8.1.i386.rpm

But as I see, it helps me even further.

How do I get the old version of openssl installed again? Was there ever an old one? After the server initialization I have never booted, only today.

If not I am stuck, what other options do I have? Must I uppdate to 9.3.0? I would not really, because I fear that then nothing will runnig. At the moment the httpd running.

Greetings,
Andreas
 
Back
Top