You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Hitch 1.3.1 and a let's encrypt certificate, I get the following logged when HUPing hitch:
Aug 22 09:14:48 lima hitch[2097]: Worker 0 (gen: 0) in state EXITING is now exiting.
Aug 22 09:14:48 lima hitch[2096]: {core} Child 2097 exited with status 0.
Aug 22 09:14:48 lima hitch[2573]: {core} Process 0 online
Aug 22 09:14:48 lima hitch[2574]: {ocsp} OCSP_sendreq_nbio failed for ocsp.int-x3.letsencrypt.org:80.
Expected: no ocsp error logged, perhaps something logged about a staple successfully being downloaded.
There are no files in the directory configured as ocsp-dir in hitch.conf. ownership hitch:root and perms are 0700.
s_client confirms that there is no staple attached in the response:
$ echo "" | openssl s_client -connect hostname:443 -tlsextdebug -status
CONNECTED(00000003)
TLS server extension "renegotiation info" (id=65281), len=1
0001 - <SPACES/NULS>
TLS server extension "EC point formats" (id=11), len=4
0000 - 03 00 01 02 ....
TLS server extension "session ticket" (id=35), len=0
TLS server extension "heartbeat" (id=15), len=1
0000 - 01 .
OCSP response: no response sent
[..]
I don't know if this is because hitch is misbehaving, or if let's encrypt servers are having issues.
The text was updated successfully, but these errors were encountered:
With Hitch 1.3.1 and a let's encrypt certificate, I get the following logged when HUPing hitch:
Expected: no ocsp error logged, perhaps something logged about a staple successfully being downloaded.
There are no files in the directory configured as ocsp-dir in hitch.conf. ownership hitch:root and perms are 0700.
s_client confirms that there is no staple attached in the response:
I don't know if this is because hitch is misbehaving, or if let's encrypt servers are having issues.
The text was updated successfully, but these errors were encountered: