Workaround:-
Execute this command on SCCM server.
setspn -A MSSQLSvc/myserver.mydomain.com:1433 mydomain\accountname
In this example, "myserver" is the host name of the server that is running SQL Server, "mydomain" is the Windows domain name, and "accountname" is the domain account under which SQL Server is running.