Hi,
I am too lazy to make certificates based Replication over port 443 to work, but would like to make replication over encrypted channel with port 80 with windows firewall secure rules (authentication) with encryption. Firewall security rule is as Require inbound and outbound.
I have opened port successfully:
test-netconnection -port 80 -computername HV2
TcpTestSucceeded
test-vmreplicationconnection -replicaservername HV2 -replicaserverport 80 -authenticationtype kerberos
cannot connect - 0x00002ee2
If I make the security rule as Do not authenticate and make the port 80 rule as non-secure (green), then replication works.