Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
3.1.4
-
None
-
None
-
windows build with default options
Description
If TLS connection fails for some reason (TLS version mismatch) the connector attemts to REconnect without TLS, BUT does not preserve capabilities flags set.
Hi,
can you please try a more recent version of MariaDB Connector/C?!
It looks like this issue was already fixed by following commit:
commit a0cbee900b58bbf1e946b0427cfad9e0b611a876
Author: Georg Richter <georg@mariadb.com>
Date: Fri Oct 11 16:39:01 2019 +0200
Schannel fix for 9ba8e32f6d0fe449114d8eb369cf29303257b460
When we try to reconnect we need to set CLIENT_REMEMBER_OPTIONS otherwise
new connection will not be secure.