SSL Connection to MySQL
See original GitHub issueMy client can connect to the MySQL server using the non-SSL connection. However, if the client switched to an SSL connection, the client would throw the BufferNotFullyConsumedException
. I was using the same configuration,
[com.github.jasync.sql.db.mysql.MySQLConnection] MySQLConnection.kt:183 - <mysql-connection-2> Transport failure
com.github.jasync.sql.db.exceptions.BufferNotFullyConsumedException: Buffer was not fully consumed by decoder, 39 bytes to read, decoder is EOFMessageDecoder and message is EOFMessage
It seems to be similar to https://github.com/jasync-sql/jasync-sql/issues/134 Was this fixed? Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
6.3.1 Configuring MySQL to Use Encrypted Connections
The default setting, --ssl-mode=PREFERRED , produces an encrypted connection if the other default settings are unchanged. However, to help prevent sophisticated ...
Read more >How to install mysql and configure SSL?
Download and install the required mysql related packages · Start mysql. · Optionally set mysqld to start at boot · Change mysql root...
Read more >How to connect to a remote MySQL server using SSL on Ubuntu
Configuring remote MySQL server ... Now that we have enabled SSL, the next step in the configuration of MySQL is to enable (allow)...
Read more >How To Secure MySQL 8 with SSL/TLS on Ubuntu 20.04
By default, MySQL is configured to only allow connections from the local system. If you want to connect to a MySQL server from...
Read more >Enable SSL and Remote Connections for MySQL - - Rackspace
Enable SSL for MySQL · Create a new backup directory: · Go to the /var/lib/mysql directory and move every default certificate to your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I finally got to a conclusion that the message is AuthenticationSwitchRequest which was not implemented yet. This is based on the content of the message:
And also on r2dbc driver Created PR #248.
Fix is in version 1.2.3.