When I try to connect from Ogmios via socket, Dolos logs the following warning:
WARN serve: dolos::serve::o7s_unix: error on incoming connection error=handshake version not accepted
Environment
- Dolos version: 0.20.0
- Ogmios version: v6.11.2
- Connection method: Unix socket
Expected behavior
Dolos should accept Ogmios’ handshake and establish the connection successfully.
Actual behavior
Dolos rejects the incoming connection and logs the mentioned warning.
Possible cause
It looks like Ogmios bumped its network protocol version to match the latest Haskell node, and Dolos hasn’t caught up yet. (ref.)
Edit: Testing with Ogmios v6.10 and 6.9 produces the same result 😕
When I try to connect from Ogmios via socket, Dolos logs the following warning:
WARN serve: dolos::serve::o7s_unix: error on incoming connection error=handshake version not acceptedEnvironment
Expected behavior
Dolos should accept Ogmios’ handshake and establish the connection successfully.
Actual behavior
Dolos rejects the incoming connection and logs the mentioned warning.
Possible cause
It looks like Ogmios bumped its network protocol version to match the latest Haskell node, and Dolos hasn’t caught up yet. (ref.)
Edit: Testing with Ogmios v6.10 and 6.9 produces the same result 😕