Skip to content

Commit 95bd410

Browse files
[SSL] Add OCSP HTTP version to faq.mdx (#25555)
* [SSL] Update faq.mdx CUSTESC-55619 * Fix line breaks and remove 'However' for simplicity --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 976dac3 commit 95bd410

File tree

1 file changed

+8
-0
lines changed
  • src/content/docs/ssl/troubleshooting

1 file changed

+8
-0
lines changed

src/content/docs/ssl/troubleshooting/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,11 @@ We recommend one of the following options:
157157

158158
* Change the Universal Certificate Authority to a different CA.
159159
* Add an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) or [custom certificate](/ssl/edge-certificates/custom-certificates/) using a different CA.
160+
161+
***
162+
163+
## What is the HTTP version used for OCSP?
164+
165+
Our OCSP implementation uses HTTP/1.1 by default for plain HTTP connections.
166+
167+
For HTTPS connections, the client automatically attempts to use HTTP/2 if the server supports it through the TLS ALPN (Application-Layer Protocol Negotiation) extension. If HTTP/2 is not available or supported by the server, it will fall back to HTTP/1.1.

0 commit comments

Comments
 (0)