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

SSL #157

Open
ZeroIntensity opened this issue Mar 29, 2024 · 0 comments
Open

SSL #157

ZeroIntensity opened this issue Mar 29, 2024 · 0 comments
Labels
api This has to do with the Python API (view) delayed Delayed due to another issue feature New feature
Milestone

Comments

@ZeroIntensity
Copy link
Owner

Feature description

view.py only supports serving HTTP servers, but at this day in age, nearly all servers deploy with SSL. Generally, the deployment service handles SSL, but since most ASGI servers support SSL via ssl.SSLContext, it could be something to think about implementing natively. I think #72 should get done first, though.

Feature example API

[server]
cert = "cert.pem"

Anything else?

No response

@ZeroIntensity ZeroIntensity added feature New feature api This has to do with the Python API (view) delayed Delayed due to another issue labels Mar 29, 2024
@ZeroIntensity ZeroIntensity added this to the Beta Release milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This has to do with the Python API (view) delayed Delayed due to another issue feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant