Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ ssl_context
Method
ssl_context
gunicorn/config.py:2065–2066 ·
view source on GitHub ↗
(config, default_ssl_context_factory)
Source
from the content-addressed store, hash-verified
2063
type = callable
2064
2065
def
ssl_context(config, default_ssl_context_factory):
2066
return
default_ssl_context_factory()
2067
2068
default = staticmethod(ssl_context)
2069
desc =
""
"\
Callers
3
ssl_context
Function · 0.80
_get_ssl_context
Method · 0.80
test_ssl_context_sets_alpn_when_h2_available
Method · 0.80
Calls
1
default_ssl_context_factory
Function · 0.85
Tested by
1
test_ssl_context_sets_alpn_when_h2_available
Method · 0.64