-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR16
-
None
After starting a two server cluster with ASYM_ENCRYPT, the servers establish a view and then fail to send any more messages, because those can't be decrypted. One of the servers logs the following:
15:29:42,058 WARN [org.jboss.as.clustering.jgroups.protocol.ASYM_ENCRYPT] (thread-14) node2: unable to process received public key
The servers throw ReplicationTimeoutExceptions after some timeout period.
I'm using the following configuration for the Elytron key-store and ASYM_ENCRYPT:
/subsystem=elytron/key-store=jgroups-udp2:add(type=jks,path=/tmp/key3.keystore,credential-reference={clear-text=password}, required=true) /subsystem=jgroups/stack=udp2/protocol=ASYM_ENCRYPT:add(key-store=jgroups-udp2,key-alias=alias,credential-reference={clear-text=password})
and the following command to create the key stores:
keytool -genkeypair -alias alias -keypass password -storepass password -storetype jks -keystore key3.keystore -keyalg RSA
- is cloned by
-
WFLY-8615 Unable to process received public key with ASYM_ENCRYPT
- Closed