Problem Solved! I add code below into /etc/ssl/openssl.cnf file:
[openssl_init]
ssl_conf = ssl_configuration # Section must be registered here
# I adding new section in the end of the file:
[ssl_configuration]
system_default = tls_system_default
[tls_system_default]
MinProtocol = TLSv1
CipherString = DEFAULT@SECLEVEL=0