I am getting below error while creating linked service.
Failed to connect to FTP server. Please make sure the provided server information is correct, and try again. A call to SSPI failed, see inner exception. The message received was unexpected or badly formatted
Any idea how it to resolve this?
Here, the issue is related to SSPI. SSPI is a Windows component. It may be different according to OS versions. As per this, the above error indicates that the server certificate uses an unsupported format (for instance, uses an unknown cipher) and thus cannot be processed by the SSPI layer. You can try the following solutions:
For more information, refer to this MS document.