Hi Team
I´m facing a problem without solution
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=543; handshake=29466; (.Net SqlClient Data Provider)
I tried all steps here
https://support.microsoft.com/en-us/sbs/topic/solving-connectivity-errors-to-sql-server-ae23c94b-b64b-5056-8b62-22e1694bb889?ui=en-US&rs=en-US&ad=US
Without a solution. It says in some part that on previous link that
I Tested, Network, Firewall, SSL (Using open ssl commands) and everything looks good.
I tested for example
Ping
Telnet
Test-NetConnection <Server_FQN> -port 1433
portqry.exe -n <Server_FQN> -p tcp -e 1433
and everything works
Is there any component that I missed?
Thanks
Marcelo