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
server gave HTTP response to HTTPS client #279
Comments
|
@jbenet https://github.com/ipfs/ipfs-cluster/blob/master/docs/ipfs-cluster-guide.md#the-configuration-file
|
|
I am very split on implementing such thing. On one side, it might be a useful thing to provide and/or default thing to have (but would need
This might be a better approach (can take advantage of https://github.com/hsanjuan/go-libp2p-http): offering the user whether to expose a libp2p endpoint and using thus getting an encrypted channel for free. |
|
yeah, +1 for libp2p. |
|
We expose the http API through libp2p since a while ago. closing this. #349 |
|
Wrote a post about enabling IPFS Cluster Basic Authentication in docker-based environment. |
jbenet commentedJan 3, 2018
Trying to use basic auth w/ https
my cluster node's config has:
ipfs-cluster-ctlfailsGuessing i have to enable "https" on ipfs-cluster-service somehow. but not sure how. config opt?
ipfs-cluster-ctl --force-httpworkscurl w/ http basic auth works:
curl w/ https basic auth fails:
The text was updated successfully, but these errors were encountered: