You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to establish connection between a go-libp2p host and another jvm-libp2p host. When I use the host.connect() API from the go-libp2p node by passing the multiaddress and peerID of the jvm-libp2p node, it returns an error : “failed to negotiate security protocol: protocol not supported”.
Any help on resolution of the above error would be appreciated!
The text was updated successfully, but these errors were encountered:
@ShwetaTripathi05 I managed to resolved the issue by validating that both jvm and go peer announce identical protocols. If there's no match between the protocol identifiers, then it throws this error.
I am trying to establish connection between a go-libp2p host and another jvm-libp2p host. When I use the host.connect() API from the go-libp2p node by passing the multiaddress and peerID of the jvm-libp2p node, it returns an error : “failed to negotiate security protocol: protocol not supported”.
Any help on resolution of the above error would be appreciated!
The text was updated successfully, but these errors were encountered: