Replies: 1 comment 6 replies
-
Does it work if you leave the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to connect to an 8.0 server with TLS 1.3 using a custom app written with .Net Framework 4.8. However, I get an exception that:
System.InvalidOperationException: 'Unexpected character '3' for TLS minor version.'
When I look at the code (
MySqlConnector/src/MySqlConnector/Core/ConnectionSettings.cs
Line 76 in 6bd719c
Thanks,
Steve
Beta Was this translation helpful? Give feedback.
All reactions