Commit 7b74e4b
Bug#29414245 - BOTH MYSQL CLIENT AND SHELL FAIL TO CONNECT
TO 5.7 COMMUNITY SERVER DESCRIPTION: ============ 8.0 clients fail to connect to 5.7 community edition servers using SSL. ANALYSIS: ========= The clients fail to connect with the ssl error: unsafe legacy renegotiation disabled. This is because, the option SSL_OP_LEGACY_SERVER_CONNECT was cleared while setting the ssl options. FIX: ==== This patch reverts the changes that were added to clear SSL_OP_LEGACY_SERVER_CONNECT option so that clients can connect successfully to 5.7 community edition server. This option is currently set by default in openssl library. RB: 21622 Change-Id: Ie4c90eae6f118e118f59dcd6003e5e9a5dccba8d1 parent 2a6efc7 commit 7b74e4b
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | 500 | | |
504 | 501 | | |
505 | 502 | | |
| |||
0 commit comments