Skip to main content

empty response from OCSP server

Comments

6 comments

  • LucasRolff
    The problem is that sometimes OCSP responders go down, and Apache doesn't handle that very well in general :) Can be "fixed" by temporarily disabling OCSP stapling in the httpd.conf.
    0
  • Ruiz
    @LucasRolff yes if this happens sometimes that would be ok, however in my case it happens everyday, all day. Do you know if there is a "rate limit" that responder might apply? I have over 1000 accounts sharing the same ip. so this might be it.
    0
  • LucasRolff
    @LucasRolff yes if this happens sometimes that would be ok, however in my case it happens everyday, all day. Do you know if there is a "rate limit" that responder might apply? I have over 1000 accounts sharing the same ip. so this might be it.

    Responders do rate limit, rather heavily even - but even with 1000 accounts it shouldn't be a problem since there should be a local OCSP cache that takes care of this. The only time you actually might be rate-limited is if the OCSP cache expires and your server keeps retrying - then what you can do is to simply turn off OCSP Stapling for a day or two, that should allow you to then turn it on afterward and then no rate-limiting should happen. In my own case, I simply switched to LiteSpeed so I don't have to deal with OCSP issues anymore.
    0
  • cPanelLauren
    I've seen a few of these issues over the last few days as well, it would seem there have been OCSP responder issues with certain providers. The advice provided by @LucasRolff is correct though, we can advise you to disable SSLUseStapling but the responder uptime or connectivity isn't' something we're able to control or maintain.
    0
  • johanlimm
    Responders do rate limit, rather heavily even - but even with 1000 accounts it shouldn't be a problem since there should be a local OCSP cache that takes care of this. The only time you actually might be rate-limited is if the OCSP cache expires and your server keeps retrying - then what you can do is to simply turn off OCSP Stapling for a day or two, that should allow you to then turn it on afterward and then no rate-limiting should happen. In my own case, I simply switched to LiteSpeed so I don't have to deal with OCSP issues anymore.

    Hello Lucas, Is there any specific configuration for swtiching from Apache to LiteSpeed? Cause I've tried to switch it but the OCSP problem still here.
    0
  • LucasRolff
    Hello Lucas, Is there any specific configuration for swtiching from Apache to LiteSpeed? Cause I've tried to switch it but the OCSP problem still here.

    When using litespeed, OCSP errors isn't "fatal" as they are in Apache where it completely blocks the request from happening, so it might still cause OCSP issues (because the OCSP server blocks you or isn't reachable), but LiteSpeed handles this gracefully.
    0

Please sign in to leave a comment.