Dukemaster
Regular Pleskian
Hi,
I've installed ngx_pagespeed by UFHH01' solution.
Now I've the problem to update OpenSSL draft-18 to draft 23. In real we have a new 4 days old release. Also Nginx is on 1.13.10 with incredible new features.
OpenSSL_1_1_1-pre3
on openssl/openssl
Under step 5. of Uwe's tutorial he wrote:
Questions:
1. How is it possible to update OpenSSL Draft-18 to Draft-28?
I'm afraid of the possibility damaging the whole OpenSSL installation.
On another server also with Ubuntu 16.04 I tried a fresh installation of the whole tutorial (Nginx 1.13.10) and changed git checkout tls1.3-draft-18 to git checkout tls1.3-draft-23 and 28 (latest). But I didn't worked. Only the usual git checkout tls1.3-draft-18 was possible.
The installation was successful in Qualys. BUT IN REAL FIREFOX showed only TLS 1.2.
What is wrong? Possible that it is now necessary to add additional values and to change the installation?
2. If it's not possible to overwrite the old version, could you please help me by an safe instruction to remove the old one to install the new version afterwards.
Thanks for all helpful advices.
I've installed ngx_pagespeed by UFHH01' solution.
Now I've the problem to update OpenSSL draft-18 to draft 23. In real we have a new 4 days old release. Also Nginx is on 1.13.10 with incredible new features.
OpenSSL_1_1_1-pre3
on openssl/openssl
Under step 5. of Uwe's tutorial he wrote:
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)'
Questions:
1. How is it possible to update OpenSSL Draft-18 to Draft-28?
I'm afraid of the possibility damaging the whole OpenSSL installation.
On another server also with Ubuntu 16.04 I tried a fresh installation of the whole tutorial (Nginx 1.13.10) and changed git checkout tls1.3-draft-18 to git checkout tls1.3-draft-23 and 28 (latest). But I didn't worked. Only the usual git checkout tls1.3-draft-18 was possible.
The installation was successful in Qualys. BUT IN REAL FIREFOX showed only TLS 1.2.
What is wrong? Possible that it is now necessary to add additional values and to change the installation?
2. If it's not possible to overwrite the old version, could you please help me by an safe instruction to remove the old one to install the new version afterwards.
Thanks for all helpful advices.
Last edited: