libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 435 forks source link

chore: update tls version in integration tests #2458

Closed achingbrain closed 3 months ago

achingbrain commented 4 months ago

@libp2p/tls is v1 so update the dep version.

Change checklist

SgtPooki commented 4 months ago

CI is failing due to padding error i've also been seeing quite a bit while looking into https://github.com/ipfs/helia-http-gateway/issues/18

https://github.com/libp2p/js-libp2p/actions/runs/8468273671/job/23201007800?pr=2458#step:5:1494

achingbrain commented 4 months ago

It seems some serial number values cause node to reject the certificate, causing the failure - https://github.com/PeculiarVentures/x509/issues/74