Forum Discussion

pablitop_134672's avatar
pablitop_134672
Icon for Nimbostratus rankNimbostratus
Jun 02, 2017

Problem with ocsp stapling

I keep getting the error below and there is no way I can solve it. I follow the guide that support sent me ( https://support.f5.com/csp/article/K17111035), but no luck either. Any clue?

 

Jun 2 17:33:13 warning tmm2[11881]: 01260024:4: OCSP failure on profile /Common/TEST.TEST.COM, certificate with issuer /C=US/O=Symantec Corporation/OU=Symantec Trust Network/CN=Symantec Class 3 Secure Server CA - G4 and serial number ffffffffffffffff: HTTP error - - 503

 

Thanks and regards in advance.

 

  • I have the same issue. Any update on this? Have you found a solution?

     

  • A 503 error in OCSP stapling usually means that the F5 is having trouble reaching the OCSP responder. Review your OCSP responder config and make sure that it's pointing to the correct address (and port), or is correctly configured to access OCSP through a proxy server.

    OCSP traffic isn't encrypted, so you should be able to tcpdump capture on the respective VLAN and watch this traffic.

    tcpdump -lnni [OCSP-connected vlan] -Xs0 port 80
    

    The -Xs0 flag will let you see what the HTTP requests and responses look like, and it's probably a good assumption that the 503 is coming from the direction of the OCSP responder.