You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: