I am working on a SSIS ETL project where I need to transfer data between two different networks-one has its own DMZ. So the data will travel through internet. Both servers are encrypted and secure. I have two concerns here:
How do I establish/configure a connection between these two servers that are completely in different networks?
Also the data in flight needs to be encrypted or in other words need to have encrypted or the connection between the two servers need to be connected- how do I accomplish that?
Thanks.