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
A proposal for fixing TLS certificate errors due to a change in rustls has been raised in libp2p/rust-libp2p#5498 .
Until this error is fixed, rust-ipfs needs to run with quic and secure websockets disabled. This fix is implented in hermes_ipfs::HermesIpfs::start method, and should be restored to default settings.
The text was updated successfully, but these errors were encountered:
saibatizoku
changed the title
π οΈ [TASK] : Restore default transport configuration for IPFS node
π οΈ [TASK] : Restore default transport configuration for IPFS node after upstream bug fix
Jul 17, 2024
Summary
Restore settings after libp2p fix
Description
A proposal for fixing TLS certificate errors due to a change in
rustls
has been raised in libp2p/rust-libp2p#5498 .Until this error is fixed,
rust-ipfs
needs to run withquic
andsecure websockets
disabled. This fix is implented inhermes_ipfs::HermesIpfs::start
method, and should be restored to default settings.The text was updated successfully, but these errors were encountered: