Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ssl_proxy_enable
Function
ssl_proxy_enable
server/ssl.c:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
static int ssl_proxy_enable(conn_rec *c)
119
{
120
return ap_ssl_bind_outgoing(c, NULL, 1);
121
}
122
123
static int ssl_engine_disable(conn_rec *c)
124
{
Callers
nothing calls this directly
Calls
1
ap_ssl_bind_outgoing
Function · 0.85
Tested by
no test coverage detected