Skip to content
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

.Net 8 upgrade: error occurred during the pre-login handshake #676

Open
abhidixit11 opened this issue Mar 29, 2024 · 0 comments
Open

.Net 8 upgrade: error occurred during the pre-login handshake #676

abhidixit11 opened this issue Mar 29, 2024 · 0 comments

Comments

@abhidixit11
Copy link

abhidixit11 commented Mar 29, 2024

After upgrading to .net, below error is thrown while running integration tests with this package

Output of dotnet --info:

Microsoft.Data.SqlClient.SqlException : A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal exception was caught)

What version of Docker.DotNet?:

.Net8
(paste your output here)


**Steps to reproduce the issue:**
1. Upgrade to .net
2. run tests in pipeline which is using docker container coantaining .net 8 image on the gitlab runner



**What actually happened?:**
Error thrown-  error occurred during the pre-login handshake.

**What did you expect to happen?:**
Tests should execute

**Additional information:**
We are running integration tests on .net 8 container using .net 8 image. This package uses mssql 2019-latest image to run the container inside .net 8 container and test tries to connect this using localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant