Openssl disables tls1.0

build a web, that needs to support HTTPS, and download openssl-1.0.2, from the Internet, but after testing, this version of openssl supports tls1.0,tls1.1 and how can tls1.2, make this openssl not support tls1.0, compilation? is there an option to disable it? Still need to change the source code, how to change?

Apr.11,2021

find the solution. Download the latest openssl-1.1.0i,config file on the official website. You can configure the parameter
. / config no-tls1 can disable tls1.0

Menu