Reproduce this issue: microsoft/mssql-jdbc#2222 (comment) The server can be setup by the follwowing: podman run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=Password1" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest ```