staltz / easy-ssb-pub

An easy-to-host server that runs an SSB "Pub"
GNU Affero General Public License v3.0
209 stars 35 forks source link

Wrong Protocol Version #25

Open retrohacker opened 6 years ago

retrohacker commented 6 years ago

I have an easy-ssb-pub setup at http://ssb.dockeri.co, when patchwork reaches out to use an invite I get:

{
 "message": "wrong protocol (version?)",
 "name": "Error",
 "stack": "Error: wrong protocol (version?)\n    at abort (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/secret-handshake/protocol.js:36:45)\n    at Object.cb (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/secret-handshake/protocol.js:45:18)\n    at drain (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/pull-reader/index.js:39:14)\n    at more (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/pull-reader/index.js:51:13)\n    at /Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/pull-reader/index.js:62:9\n    at /Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/pull-reader/index.js:20:7\n    at /Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/pull-stream/throughs/through.js:19:9\n    at drain (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/stream-to-pull-stream/index.js:141:18)\n    at Socket.<anonymous> (/Applications/Patchwork.app/Contents/Resources/app.asar/node_modules/stream-to-pull-stream/index.js:150:5)\n    at emitOne (events.js:115:13)"
}

I've confirmed that the service is reachable. Am I doing something silly here?