[CONJ-1005] ALPN support | Enforce the ALPN value to TLS session Created: 2022-09-01 Updated: 2023-12-05 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | JDBC compatibility |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Pon Suresh Pandian (Inactive) | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu Linux |
||
| Description |
|
Hi Team, In MariaDB J connector, data can be encrypted during transfer using the transport layer security (TLS) protocol. As of now it does not support ALPN.. Can you implement ALPN support on mysql clients in order to initiate the TLS connections.. https://manpages.debian.org/experimental/libssl-doc/SSL_CTX_set_alpn_protos.3ssl.en.html |
| Comments |
| Comment by Diego Dupin [ 2023-12-05 ] |
|
I don't see why ALPN would have any sense for database communication, since there is only one protocol. |