-
Notifications
You must be signed in to change notification settings - Fork 19
auto tls #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
auto tls #1148
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
# Conflicts: # package-lock.json
ndrpp
approved these changes
Jan 26, 2026
alexcos20
approved these changes
Jan 26, 2026
Member
alexcos20
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, with two comments
- we should add more info to docs on how to set announce addrs to get sni
- tbd: fork https://www.npmjs.com/package/@libp2p/http instead of patching
Contributor
Author
I added some comments here about how to get sni. I will add some docs too. |
giurgiur99
added a commit
that referenced
this pull request
Jan 26, 2026
* packages, node-version, api changes libp2p v3 * lint fix * fix peer id key generation * fix crypt * fix integration assert * use v20 for system tests * back to 22.5.1 ci * try force reload config * Revert "try force reload config" This reverts commit 5a24f4d. * equal check * log ddo * run all tests * new instantce * Revert "new instantce" This reverts commit 7768c7b. * log test * logs * use correct ddo * revert changes * force refresh config * change order * remove logs * tear down envs after tests * tear down * new instance * restart indexer * skip db checks * global check threads * cleanup * revert p2p changes * Revert "revert p2p changes" This reverts commit 79f1f67. * custom dial logic * event target and close connection * remove sinks * fix local node command * use peerstore if valid * dial multiaddrs instead of peerid * use helper * streaming instead of buffering * map chunk to buffer * lint fix * no await on mapchunk * pause the stream * resume stream on error * add datastore (#1161) * fix sqlite3 lock * fix use raw key after past refactor commit * auto tls (#1148) * auto tls * certificate log * fix network stats * logs * append announce * staging acme * revert default domain * Patch package * use logger * append and auto-announce * add has install script * manual script * use node script * copy scripts * do not filter * bind all * Revert "bind all" This reverts commit 0752e79. * add tls transport * lint fix and filter announce * add comment * sync package lock * explain how to get auto-tls --------- Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1146
Changes proposed in this PR: