I can communicate with FTP, I am working on SqL Server 2014
I have two data base which is two company data base. Company A is Containing Domain data and other Company is Pulling the Data using Snap sort replication. We have used the ftp to communicate with then.
- Created Ftp server on IIS in Window server 20014
- Added the certificate to the Server
we have created the replication publisher and give the pass the ftp account information
now it is working perfect without ftp Server
- IIS Set the Certificate and put the require SSL connection now it is not work.
- now as i said this data is two company data and we want to communication should be done using ftps
it is not working, we don't want to use VPN. We got some link from MSDN enter link description here and it is saying that
If you use SSL to secure the connections between computers in a replication topology, specify a value of 1 or 2 for the -EncryptionLevel parameter of each replication agent (a value of 2 is recommended). A value of 1 specifies that encryption is used, but the agent does not verify that the SSL server certificate is signed by a trusted issuer; a value of 2 specifies that the certificate is verified. Agent parameters can be specified in agent profiles and on the command line.
So where i can i set this. EncryptionLevel =2
This is the Test cases to connect to the server
- We have change the Server name during the login ftps://Domain.com
- change the port 990 and open the port still not worked
in Sort i want to use the FTPS for Communication