Federation errors on nightly build

Receiving the following error when attempting non tls federation between two nodes on the same network (no firewalls between)

2023.03.01 14:38:20 WARN  [S2SOutgoingPromise-2]: org.jivesoftware.openfire.server.ServerDialback[Acting as Originating Server: Create Outgoing Session from: openfire-node1.domain.name to a RS in the domain of: openfire-node2.domain.name (port: 5269)] - Unable to create a new outgoing session
2023.03.01 14:38:20 WARN  [S2SOutgoingPromise-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: {openfire-node1.domain.name -> openfire-node2.domain.name}] - Unable to create a new session: Dialback (as a fallback) failed.
2023.03.01 14:38:20 WARN  [S2SOutgoingPromise-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'openfire-node1.domain.name' to remote domain: 'openfire-node2.domain.name'] - Unable to authenticate: Fail to create new session.
2023.03.01 14:38:20 WARN  [S2SOutgoingPromise-2]: org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor - An exception occurred while trying to establish a connection for {openfire-node1.domain.name -> openfire-node2.domain.name}
java.lang.Exception: Failed to create connection to remote server
        at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.establishConnection(OutgoingSessionPromise.java:311) ~[xmppserver-4.8.0-SNAPSHOT.jar:4.8.0-SNAPSHOT]
        at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(OutgoingSessionPromise.java:254) [xmppserver-4.8.0-SNAPSHOT.jar:4.8.0-SNAPSHOT]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:829) [?:?]

Any thoughts on what would cause this? Normal install with no default configurations changed.

Disabling FIPS resolved this.

Hi! Thanks for reporting back what the cause of your issue was. I’m curious to know how you’re trying to use FIPS, and for what purpose. It is not something that we’re commonly see being used.

S2S federation over plain text. Appears it does not like the kestore file used because i doesnt meet fips compliance.