You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WL#12755: Fix issue whith connections to openssl 1.0 servers when connector is built and used with openssl 1.1
If connector that supports TLSv1.3 was connecting to a server which supports up to TLSv1.2, connection failed if any ciphers were specified (and default TLS version list was used), but succeeded if no cipher specified or TLS version was explicitly set to TLSv1.2.
0 commit comments