Lines Matching refs:proxy
189 if (sc->proxy) {
190 sc->proxy->sc = sc;
339 if ((rv = ssl_run_init_server(s, p, 1, sc->proxy->ssl_ctx)) != APR_SUCCESS) {
509 SSLv3_client_method() : /* proxy */
514 TLSv1_client_method() : /* proxy */
520 TLSv1_1_client_method() : /* proxy */
525 TLSv1_2_client_method() : /* proxy */
531 SSLv23_client_method() : /* proxy */
919 /* XXX: proxy support? */
1262 "no client certs found for SSL proxy");
1275 "incomplete client cert configured for SSL proxy "
1282 APLOGNO(02326) "proxy client certificate and "
1290 "loaded %d client certs for SSL proxy",
1309 "SSL proxy client cert initialization failed");
1326 APLOGNO(02270) "SSL proxy client cert chain "
1380 if ((rv = ssl_init_ctx(s, p, ptemp, sc->proxy)) != APR_SUCCESS) {
1384 if ((rv = ssl_init_proxy_certs(s, p, ptemp, sc->proxy)) != APR_SUCCESS) {
1802 ssl_init_ctx_cleanup_proxy(sc->proxy);