在linux的docker中,无法访问外部windows服务器sqlserver2019,报握手错误
2023-03-14 09:33:14
老怪
  • 访问次数: 2
  • 注册日期: 2023-03-14
  • 最后登录: 2023-03-14
提示Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=14034; handshake=967; DbType="SqlServer";ConfigId="".English Message : Connection open error . Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=14034; handshake=967; DbType="SqlServer";ConfigId=""连接字符串没有问题,在本机或者其他windows端访问数据库都正常。百度搜下来,猜测可能是tls问题,但是我已经设置为了tls1.0,还是报同样的错误​