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

Support https/tls for weed filer/mount #4874

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

isjo-org
Copy link

What problem are we solving?

We trie to implement https/tls for weed filer/mount

See issue here ##4835

For quicktesting -> single file (few MB) seems to work with write and reads. (no leftover http/1 connections)
If we test some bigger files (few 100MB), it fails with error, seems like an chunk problem?

fatal error: concurrent map iteration and map write (there is also a very long stack trace if needed)

As additional info -> PR is quick and dirty, and not prepared for master, only for testing purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants