-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better way to detect if SslProtocols.None is valid #475
Comments
I don't see any MySqlConnector code in those call stacks, so it's not clear to me where the problem is originating. Since you appear to be using a console program, please add the following line of code to the beginning of your
|
@bgrainger thanks for your reply
|
I'm still not sure what the problem is. It looks like the program continues to run correctly. Are you concerned that some component is logging first-chance exceptions? As per https://blogs.msdn.microsoft.com/davidklinems/2005/07/12/what-is-a-first-chance-exception/:
|
If I had to guess, I'd say the exception is related to The mitigation here might be to add a |
I didn't say that the program does not run correctly. I wrote that I get an error. the following exception is catched
I have to mention though that I don't use this library directly but as part of the Pomelo.EntityFrameworkCore.MySql |
Is there a reason it's being logged as |
You just found a bug in my code. hahaha |
Fixed in 0.40.0. |
After upgrading from version 0.32 to 0.38 I get the following error:
I am using MySql 5.7
The text was updated successfully, but these errors were encountered: