I'm facing this error when connecting to a remote SQL Server via VPN.
The issue here is that I'm do able to connect only if the SPN Name is specified on the string connection, ie: "Server SPN = MSSQLSvc\MyServer.foo.bar"
- I've reviewed the infamous KB811889
- I've run the Kerberos Troubleshooting Tool
- I've checked DNS resolution names and reverse resolution
- I've checked SPN server name with setspn -l
What's difference between specify the SPN name or not?