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? #47

Open
JoshuaBehrens opened this issue Nov 17, 2019 · 4 comments
Open

Support https? #47

JoshuaBehrens opened this issue Nov 17, 2019 · 4 comments

Comments

@JoshuaBehrens
Copy link

Are there any plans on supporting secure connections? They are already possible by proxying through nginx to add a certificate for https. But when I have nginx running I don't need asmttpd to serve static content.

@nemasu
Copy link
Owner

nemasu commented Nov 17, 2019

Since it doesn't use any libraries, it would have to be implemented using only Linux kernel syscalls. From what I remember, there are some crypto methods available, but I haven't looked into it too much.
It sounds like it would be a ton of code and work though, so nothing is planned at the moment.

@JoshuaBehrens
Copy link
Author

Thanks for the quick answer. I don't know how rwasa implements it by heart and I understand that is difficult to handle it by only syscalls. I am up to see that feature here.

@nemasu
Copy link
Owner

nemasu commented Dec 10, 2019

Looks like TLS is in the kernel.
But it seems it's only for client side connections.

@JoshuaBehrens
Copy link
Author

Aw snap

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

No branches or pull requests

2 participants