https://bz.apache.org/bugzilla/show_bug.cgi?id=58826

--- Comment #1 from Luca Toscano <[email protected]> ---
Hi Paul,

sorry for the delay. If you still haven't resolved the issue, can you try
setting the loglevel to debug
(https://httpd.apache.org/docs/2.4/mod/core.html#loglevel) to see the result of
this log?

    /* establish a connection to the OCSP responder */
    ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(01973)
                  "connecting to %s '%s'",
                  proxy_uri ? "proxy" : "OCSP responder",
                  uri->hostinfo);


As far as I can see the cafe.ro should be resolved, and in case of failure you
should have found an error like the following in your logs:

    if (rv) {
        ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO(01972)
                      "could not resolve address of %s %s",
                      proxy_uri ? "proxy" : "OCSP responder",
                      next_hop_uri->hostinfo);
        return NULL;


Are you sure that cafe.ro is correctly resolving to 127.0.0.1 on your system?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to