Index: native/src/sslutils.c =================================================================== --- native/src/sslutils.c (revision 1857656) +++ native/src/sslutils.c (working copy) @@ -1093,7 +1093,7 @@ /* if we find the extensions and we can parse it check the ocsp status. Otherwise, return OCSP_STATUS_UNKNOWN */ - if (ocsp_urls != NULL) { + if (ocsp_urls != NULL && ocsp_urls[0] != NULL && *ocsp_urls[0] != '\0') { OCSP_RESPONSE *resp; int rv = OCSP_STATUS_UNKNOWN; /* for the time being just check for the fist response .. a better