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

Encryption via TLS #250

Closed
trazola opened this issue Feb 9, 2022 · 1 comment · Fixed by #314
Closed

Encryption via TLS #250

trazola opened this issue Feb 9, 2022 · 1 comment · Fixed by #314

Comments

@trazola
Copy link

trazola commented Feb 9, 2022

Will I be able to use TLS encryption in future releases?

@Dreamsorcerer
Copy link
Member

Dreamsorcerer commented Feb 9, 2022

The library just uses asyncio.open_connection(): https://github.com/aio-libs/aiomcache/blob/master/aiomcache/pool.py#L68

If you need to pass some additional parameters for it to work, then I'm sure we can accept a PR to allow that.

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 a pull request may close this issue.

2 participants