79159388

Date: 2024-11-05 14:01:27
Score: 1
Natty:
Report link

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
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: enmeydan