0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

EntiyFrameworkでCannot determine the frame size or a corrupted frame was received

Posted at

.NET8.0でEntity Frameworkを使用してMySQLを参照した時、タイトルのエラーが発生

どうやらSSL通信まわりの問題らしく、MySQLの接続文字列にSSL MODE=Disabledを追加したら解消した

optionsBuilder.UseMySQL("server=db_host;SSL Mode=Disabled;database=test_database;user=user_name;password=your_password

ローカルで普通に立ち上げたときは発生しなかったが、Dockerで立ち上げたときに発生

もし有識者の方がいらっしゃいましたらご教示いただけますと幸いですm(__)m

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?