Encrypted replication on OUD 11.1.2.3.0
Trying to get encrypted replication working on OUD 11.1.2.3.0 using TLSv1.2
I am using Java 1.7.0_95 and I have the following set in java.security
jdk.tls.disabledAlgorithms=SSLv2Hello, SSLv3, TLSv1, TLSV1.1
Connections client to server or server admin work fine using TLSv1.2 however if I try to enable replication between a DS and RS instance both installed on the same host using the same JVM I get the following error in the RS error log -
[19/Apr/2016:11:17:08 +0100] category=SYNC severity=NOTICE msgID=15138921 msg=SSL connection attempt from host2 (192.168.56.111) failed: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
[19/Apr/2016:11:17:08 +0100] category=SYNC severity=NOTICE msgID=15138921 msg=SSL connection attempt from host2 (192.168.56.111) failed: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)