Skip to content
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

Bootstraper nodes for js-ipfs #30

Closed
flyingzumwalt opened this issue Feb 9, 2017 · 4 comments
Closed

Bootstraper nodes for js-ipfs #30

flyingzumwalt opened this issue Feb 9, 2017 · 4 comments
Labels
status/duplicate This issue or pull request already exists topic/dependencies Topic dependencies

Comments

@flyingzumwalt
Copy link
Contributor

flyingzumwalt commented Feb 9, 2017

This is from the original sprint notes. @diasdavid @whyrusleeping can you clarify? Might have already been addressed in sprint ipfs/team-mgmt#310

@flyingzumwalt flyingzumwalt added the topic/dependencies Topic dependencies label Feb 9, 2017
@daviddias
Copy link
Member

Currently, we have some bootstraper nodes with websockets deployed by @lgierth, however we don't have this 100% working from the browser, the tasks to be done are:

  • Figure out why the browser can't use websockets to go-ipfs (it can just fine to js-ipfs and I believe that is simply because go-ipfs is not doing an http upgrade)
  • Make sure that there is tests for this, dialing on websockets requires DNS + HTTPS, which forces the node to be behind a SSL termination, which might freak out Identify. Ideally we should have the options to announce and not announce some addrs //cc @lgierth

@flyingzumwalt
Copy link
Contributor Author

depends on #34 (or some of its dependencies) to really work

@flyingzumwalt flyingzumwalt added the status/ready Ready to be worked label Feb 14, 2017
@ghost
Copy link

ghost commented Feb 14, 2017

which forces the node to be behind a SSL termination, which might freak out Identify.

Dialing a /wss addr to a node which thinks it's /ws work fine between go-ipfs and go-ipfs. Explicit announced addresses are still quasi-required for peer routing, but for explicit dialing we're good. Not sure about the js-ipfs side of this.

@flyingzumwalt
Copy link
Contributor Author

this is a duplicate of #34

@flyingzumwalt flyingzumwalt added status/duplicate This issue or pull request already exists and removed status/ready Ready to be worked labels Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/duplicate This issue or pull request already exists topic/dependencies Topic dependencies
Projects
None yet
Development

No branches or pull requests

2 participants