First Post has been updated for openssl security fixes. openssl is now at
version 1.1.1d .

To update an existing CentOS/guacamole from openssl 1.1.1c :

systemctl stop guacd
systemctl stop tomcat
systemctl stop mysqld
cd ~
wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
tar xvf openssl-1.1.1d.tar.gz
rm -f openssl-1.1.1d.tar.gz
cd openssl-1.1.1d
./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared
zlib
make && make install
ldconfig
reboot now

-David



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to