Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCSP stapling timeout should emit log #6801

Closed
mtorluemke opened this issue May 19, 2020 · 0 comments
Closed

OCSP stapling timeout should emit log #6801

mtorluemke opened this issue May 19, 2020 · 0 comments
Assignees

Comments

@mtorluemke
Copy link
Collaborator

mtorluemke commented May 19, 2020

Today, OCSP timeouts seem to silently fail.

(gdb) bt
#0  0x00007f1ba6864e5d in nanosleep () from /lib64/libpthread.so.0
#1  0x00005652a5c36342 in ink_hrtime_sleep (delay=1000000) at ../../include/tscore/ink_hrtime.h:275
#2  query_responder (b=0x7f1b806f2100, host=0x7f1b807fa340 "ocsp.fqdn.here", path=0x7f1b807f97a0 "/ocsp-path", req=<optimized out>, req_timeout=<optimized out>) at OCSPStapling.cc:334
#3  process_responder (host=0x7f1b807fa340 "ocsp.fqdn.here", path=0x7f1b807f97a0 "/ocsp-path-here", port=<optimized out>, req=<optimized out>, req_timeout=<optimized out>) at OCSPStapling.cc:364
#4  stapling_refresh_response (cinf=<optimized out>, prsp=<optimized out>) at OCSPStapling.cc:403
#5  ocsp_update () at OCSPStapling.cc:465
#6  0x00005652a5c1d276 in SSLNetProcessor::start (this=<optimized out>, stacksize=1048576) at SSLNetProcessor.cc:81
#7  0x00005652a5a702bd in main (argv=<optimized out>) at traffic_server/traffic_server.cc:1890
randall added a commit to randall/trafficserver that referenced this issue Sep 12, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue apache#6801
randall added a commit that referenced this issue Sep 14, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue #6801
randall added a commit to randall/trafficserver that referenced this issue Sep 14, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue apache#6801

(cherry picked from commit b353df2)
@randall randall self-assigned this Sep 14, 2020
zwoop pushed a commit that referenced this issue Sep 15, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue #6801

(cherry picked from commit b353df2)
zwoop pushed a commit that referenced this issue Sep 15, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue #6801

(cherry picked from commit b353df2)
@randall randall closed this as completed Sep 15, 2020
whutwhu pushed a commit to whutwhu/trafficserver that referenced this issue Nov 1, 2020
This also adds a pair of log messages for the initial OCSP update.
ATS doesn't respond until this is complete and may give operators an
understanding where it on load.

Fixes issue apache#6801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants