Howdy, Apologies if I should have found these answers in the docs...but I haven't. {n.b. this is for an academic demo, so while I need stuff to work, this doesn't need to be fully armoured.}
1) Do both ends of the connection have to be installed "securely" (https vice http) for s2s (site-to-site) to work? Or is it enough for the server end to be secured? {I'm only looking to push data from clients to a server (n.b. which happens to be running as docker on an EC2 instance). But the clients all live inside the academy network, and there are definitely firewalls to contend with.} 2) Does all of the s2s stuff (pushing out) involve connections being initiated to dest port 443? Or do other ports (maybe this 10000 thing) come into play which may be firewall issues? thx much, mew