Dukemaster
Regular Pleskian
Hi at all,
three weeks ago openssl 1.1.1 was released. The older and actual 1.1.0 versions will be supported only until next year (one year).
Last weekend I reintialized server to Ubuntu 18.04.1 + Plesk 17.8.11 + OpenSSL 1.1.0g. (providers package sources)
In order to use TLS1.3 again I have to recompile OpenSSL with TLS1.3 support or to upgrade to 1.1.1.
Already tried to update openssl on monday. Worked fine by this tutorial, in the end the installation I realized that it seemed to be useable, because of the wrong installation paths/directories related to Plesk's structure.
I suppose it must be similar to the installation of openssl draft18, described by @UFHH01 in his pagespeed tutorial:
Can I use the same commands with which paths and what shall I replace (git checkout) tls1.3-draft-18?
Could someone help me to upgrade OpenSSL to 1.1.1, please.
I know Plesk will update OpenSSL as soon as possible by default, but I have to run my websites in present.
three weeks ago openssl 1.1.1 was released. The older and actual 1.1.0 versions will be supported only until next year (one year).
Last weekend I reintialized server to Ubuntu 18.04.1 + Plesk 17.8.11 + OpenSSL 1.1.0g. (providers package sources)
In order to use TLS1.3 again I have to recompile OpenSSL with TLS1.3 support or to upgrade to 1.1.1.
Already tried to update openssl on monday. Worked fine by this tutorial, in the end the installation I realized that it seemed to be useable, because of the wrong installation paths/directories related to Plesk's structure.
I suppose it must be similar to the installation of openssl draft18, described by @UFHH01 in his pagespeed tutorial:
Code:
cd /usr/share
git clone https://github.com/openssl/openssl.git
cd openssl
git checkout tls1.3-draft-18
./config shared enable-tls1_3 --prefix=/usr/share/openssl --openssldir=/usr/share/openssl -Wl,-rpath,'$(LIBRPATH)'
Can I use the same commands with which paths and what shall I replace (git checkout) tls1.3-draft-18?
Could someone help me to upgrade OpenSSL to 1.1.1, please.
I know Plesk will update OpenSSL as soon as possible by default, but I have to run my websites in present.
Last edited: