@qlands, for those type of cases, can't you do something like:

OPENSSL_CONF=<file> binary

to those binaries linked to libssl 1.1.1f-XXXX ?

Example:

$ openssl ciphers -tls1 -s

<shows nothing>

but...

$ OPENSSL_CONF=~/.openssl.cnf openssl ciphers -tls1 -s

ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-
ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-
AES128-SHA:AES256-SHA:AES128-SHA

if I have:

$ cat ~/.openssl.cnf

openssl_conf = default_conf

[ default_conf ]

ssl_conf = ssl_sect

[ssl_sect]

system_default = ssl_default_sect

[ssl_default_sect]
MinProtocol = TLSv1
MaxProtocol = None
CipherString = DEFAULT:@SECLEVEL=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872541

Title:
  MySQL client fails to connect, seems to force SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1872541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to