Skip to main content

SSL stapling issue

Comments

3 comments

  • 24x7server
    Hello, I think SSLUseStapling is enable on your through httpd.conf file. Can you please check your main httpd.conf file and try to disable SSLUseStapling.
    0
  • postcd
    Yes, it appears it is enabled: # grep SSLUseStapling /etc/httpd/conf/httpd.conf SSLUseStapling on Server version: Apache/2.4.12 (Unix) But how disabling it should help, why?
    0
  • cPanelMichael
    Hello :) It's possible the CA being served by the server is not matching during the OCSP step with the browser. You may want to check with the issuing authority of the certificate, to determine if updated CA Bundles are available. If they are, then re-installing the certificate on the domain may help alleviate this without having to resort to disabling the SSL Use Stapling function. You may also want to temporarily disable your server's firewall as one of the IP addresses for the CA might be getting blocked by the firewall. Thank you.
    0

Please sign in to leave a comment.