2020-10-21

HaProxy running with specific OpenSSL version

1/ Trouble:
root@srv014:~# date;/opt/setup/haproxy-2.2.4/haproxy -vv | egrep "OpenSSL"
Wed Oct 21 17:12:05 +07 2020
Built with OpenSSL version : OpenSSL 1.1.1g  21 Apr 2020
Running on OpenSSL version : OpenSSL 1.1.1  11 Sep 2018
OpenSSL library supports TLS extensions : yes
OpenSSL library supports SNI : yes
OpenSSL library supports : TLSv1.0 TLSv1.1 TLSv1.2 TLSv1.3
root@srv014:~# 



2/ Problem solving:
root@srv014:~# 
date;
export LD_LIBRARY_PATH=/opt/openssl-1.1.1g/lib/;
/opt/setup/haproxy-2.2.4/haproxy -vv | egrep "OpenSSL"
Wed Oct 21 17:12:37 +07 2020
Built with OpenSSL version : OpenSSL 1.1.1g  21 Apr 2020
Running on OpenSSL version : OpenSSL 1.1.1g  21 Apr 2020
OpenSSL library supports TLS extensions : yes
OpenSSL library supports SNI : yes
OpenSSL library supports : TLSv1.0 TLSv1.1 TLSv1.2 TLSv1.3
root@srv014:~# 


Keyword:
Haproxy Built with OpenSSL version
Haproxy Running on OpenSSL version

No comments:

Post a Comment